272 lines
19 KiB
Markdown
272 lines
19 KiB
Markdown
# ASCII table
|
||
|
||
Ascii table because websites are unusable these days
|
||
|
||
|
||
## regular ascii table
|
||
|
||
| **dec** | **hex** | **char** | **description** |
|
||
|----------:|----------:|:----------|:------------------------------|
|
||
| 0 | `0x00` | NUL | null |
|
||
| 1 | `0x01` | SOH | start of heading |
|
||
| 2 | `0x02` | STX | start of text |
|
||
| 3 | `0x03` | ETX | end of text |
|
||
| 4 | `0x04` | EOT | end of transmission |
|
||
| 5 | `0x05` | ENQ | enquiry |
|
||
| 6 | `0x06` | ACK | acknowledge |
|
||
| 7 | `0x07` | BEL | bell |
|
||
| 8 | `0x08` | BS | backspace |
|
||
| 9 | `0x09` | HT | horizontal tab |
|
||
| 10 | `0x0A` | LF | line feed |
|
||
| 11 | `0x0B` | VT | vertical tab |
|
||
| 12 | `0x0C` | FF | form feed |
|
||
| 13 | `0x0D` | CR | carriage return |
|
||
| 14 | `0x0E` | SO | shift out |
|
||
| 15 | `0x0F` | SI | shift in |
|
||
| 16 | `0x10` | DLE | data link escape |
|
||
| 17 | `0x11` | DC1 | device control 1 |
|
||
| 18 | `0x12` | DC2 | device control 2 |
|
||
| 19 | `0x13` | DC3 | device control 3 |
|
||
| 20 | `0x14` | DC4 | device control 4 |
|
||
| 21 | `0x15` | NAK | negative acknowledge |
|
||
| 22 | `0x16` | SYN | synchronize |
|
||
| 23 | `0x17` | ETB | end of transmission block |
|
||
| 24 | `0x18` | CAN | cancel |
|
||
| 25 | `0x19` | EM | end of medium |
|
||
| 26 | `0x1A` | SUB | substitute |
|
||
| 27 | `0x1B` | ESC | escape |
|
||
| 28 | `0x1C` | FS | file separator |
|
||
| 29 | `0x1D` | GS | group separator |
|
||
| 30 | `0x1E` | RS | record separator |
|
||
| 31 | `0x1F` | US | unit separator |
|
||
| 32 | `0x20` | space | space |
|
||
| 33 | `0x21` | ! | exclamation mark |
|
||
| 34 | `0x22` | " | double quote |
|
||
| 35 | `0x23` | # | number |
|
||
| 36 | `0x24` | $ | dollar |
|
||
| 37 | `0x25` | % | percent |
|
||
| 38 | `0x26` | & | ampersand |
|
||
| 39 | `0x27` | ' | single quote |
|
||
| 40 | `0x28` | ( | left parenthesis |
|
||
| 41 | `0x29` | ) | right parenthesis |
|
||
| 42 | `0x2A` | * | asterisk |
|
||
| 43 | `0x2B` | + | plus |
|
||
| 44 | `0x2C` | , | comma |
|
||
| 45 | `0x2D` | - | minus |
|
||
| 46 | `0x2E` | . | period |
|
||
| 47 | `0x2F` | / | slash |
|
||
| 48 | `0x30` | 0 | zero |
|
||
| 49 | `0x31` | 1 | one |
|
||
| 50 | `0x32` | 2 | two |
|
||
| 51 | `0x33` | 3 | three |
|
||
| 52 | `0x34` | 4 | four |
|
||
| 53 | `0x35` | 5 | five |
|
||
| 54 | `0x36` | 6 | six |
|
||
| 55 | `0x37` | 7 | seven |
|
||
| 56 | `0x38` | 8 | eight |
|
||
| 57 | `0x39` | 9 | nine |
|
||
| 58 | `0x3A` | : | colon |
|
||
| 59 | `0x3B` | ; | semicolon |
|
||
| 60 | `0x3C` | < | less than |
|
||
| 61 | `0x3D` | = | equality sign |
|
||
| 62 | `0x3E` | > | greater than |
|
||
| 63 | `0x3F` | ? | question mark |
|
||
| 64 | `0x40` | @ | at sign |
|
||
| 65 | `0x41` | A | |
|
||
| 66 | `0x42` | B | |
|
||
| 67 | `0x43` | C | |
|
||
| 68 | `0x44` | D | |
|
||
| 69 | `0x45` | E | |
|
||
| 70 | `0x46` | F | |
|
||
| 71 | `0x47` | G | |
|
||
| 72 | `0x48` | H | |
|
||
| 73 | `0x49` | I | |
|
||
| 74 | `0x4A` | J | |
|
||
| 75 | `0x4B` | K | |
|
||
| 76 | `0x4C` | L | |
|
||
| 77 | `0x4D` | M | |
|
||
| 78 | `0x4E` | N | |
|
||
| 79 | `0x4F` | O | |
|
||
| 80 | `0x50` | P | |
|
||
| 81 | `0x51` | Q | |
|
||
| 82 | `0x52` | R | |
|
||
| 83 | `0x53` | S | |
|
||
| 84 | `0x54` | T | |
|
||
| 85 | `0x55` | U | |
|
||
| 86 | `0x56` | V | |
|
||
| 87 | `0x57` | W | |
|
||
| 88 | `0x58` | X | |
|
||
| 89 | `0x59` | Y | |
|
||
| 90 | `0x5A` | Z | |
|
||
| 91 | `0x5B` | [ | left square bracket |
|
||
| 92 | `0x5C` | \ | backslash |
|
||
| 93 | `0x5D` | ] | right square bracket |
|
||
| 94 | `0x5E` | ^ | caret / circumflex |
|
||
| 95 | `0x5F` | _ | underscore |
|
||
| 96 | `0x60` | \` | grave / accent |
|
||
| 97 | `0x61` | a | |
|
||
| 98 | `0x62` | b | |
|
||
| 99 | `0x63` | c | |
|
||
| 100 | `0x64` | d | |
|
||
| 101 | `0x65` | e | |
|
||
| 102 | `0x66` | f | |
|
||
| 103 | `0x67` | g | |
|
||
| 104 | `0x68` | h | |
|
||
| 105 | `0x69` | i | |
|
||
| 106 | `0x6A` | j | |
|
||
| 107 | `0x6B` | k | |
|
||
| 108 | `0x6C` | l | |
|
||
| 109 | `0x6D` | m | |
|
||
| 110 | `0x6E` | n | |
|
||
| 111 | `0x6F` | o | |
|
||
| 112 | `0x70` | p | |
|
||
| 113 | `0x71` | q | |
|
||
| 114 | `0x72` | r | |
|
||
| 115 | `0x73` | s | |
|
||
| 116 | `0x74` | t | |
|
||
| 117 | `0x75` | u | |
|
||
| 118 | `0x76` | v | |
|
||
| 119 | `0x77` | w | |
|
||
| 120 | `0x78` | x | |
|
||
| 121 | `0x79` | y | |
|
||
| 122 | `0x7A` | z | |
|
||
| 123 | `0x7B` | { | left curly bracket |
|
||
| 124 | `0x7C` | | | vertical bar |
|
||
| 125 | `0x7D` | } | right curly bracket |
|
||
| 126 | `0x7E` | ~ | tilde |
|
||
| 127 | `0x7F` | DEL | delete |
|
||
|
||
|
||
## extended ascii table
|
||
|
||
| **dec** | **hex** | **char** | **description** |
|
||
|----------:|----------:|:----------|:------------------------------|
|
||
| 128 | | Ç | majuscule c-cedilla |
|
||
| 129 | | ü | letter u with umlaut or diaeresis , u-umlaut |
|
||
| 130 | | é | letter e with acute accent or e-acute |
|
||
| 131 | | â | letter a with circumflex accent or a-circumflex |
|
||
| 132 | | ä | letter a with umlaut or diaeresis , a-umlaut |
|
||
| 133 | | à | letter a with grave accent |
|
||
| 134 | | å | letter a with a ring |
|
||
| 135 | | ç | minuscule c-cedilla |
|
||
| 136 | | ê | letter e with circumflex accent or e-circumflex |
|
||
| 137 | | ë | letter e with umlaut or diaeresis ; e-umlauts |
|
||
| 138 | | è | letter e with grave accent |
|
||
| 139 | | ï | letter i with umlaut or diaeresis ; i-umlaut |
|
||
| 140 | | î | letter i with circumflex accent or i-circumflex |
|
||
| 141 | | ì | letter i with grave accent |
|
||
| 142 | | Ä | letter a with umlaut or diaeresis ; a-umlaut |
|
||
| 143 | | Å | capital letter a with a ring |
|
||
| 144 | | É | capital letter e with acute accent or e-acute |
|
||
| 145 | | æ | latin diphthong ae in lowercase |
|
||
| 146 | | Æ | latin diphthong ae in uppercase |
|
||
| 147 | | ô | letter o with circumflex accent or o-circumflex |
|
||
| 148 | | ö | letter o with umlaut or diaeresis ; o-umlaut |
|
||
| 149 | | ò | letter o with grave accent |
|
||
| 150 | | û | letter u with circumflex accent or u-circumflex |
|
||
| 151 | | ù | letter u with grave accent |
|
||
| 152 | | ÿ | lowercase letter y with diaeresis |
|
||
| 153 | | Ö | letter o with umlaut or diaeresis ; o-umlaut |
|
||
| 154 | | Ü | letter u with umlaut or diaeresis ; u-umlaut |
|
||
| 155 | | ø | lowercase slashed zero or empty set |
|
||
| 156 | | £ | pound sign ; symbol for the pound sterling |
|
||
| 157 | | Ø | uppercase slashed zero or empty set |
|
||
| 158 | | × | multiplication sign |
|
||
| 159 | | ƒ | function sign ; f with hook sign ; florin sign |
|
||
| 160 | | á | lowercase letter a with acute accent or a-acute |
|
||
| 161 | | í | lowercase letter i with acute accent or i-acute |
|
||
| 162 | | ó | lowercase letter o with acute accent or o-acute |
|
||
| 163 | | ú | lowercase letter u with acute accent or u-acute |
|
||
| 164 | | ñ | eñe, enie, spanish letter enye, lowercase n with tilde |
|
||
| 165 | | Ñ | spanish letter enye, uppercase n with tilde, eñe, enie |
|
||
| 166 | | ª | feminine ordinal indicator |
|
||
| 167 | | º | masculine ordinal indicator |
|
||
| 168 | | ¿ | inverted question marks |
|
||
| 169 | | ® | registered trademark symbol |
|
||
| 170 | | ¬ | logical negation symbol |
|
||
| 171 | | ½ | one half |
|
||
| 172 | | ¼ | quarter, one fourth |
|
||
| 173 | | ¡ | inverted exclamation marks |
|
||
| 174 | | « | angle quotes, guillemets, right-pointing quotation mark |
|
||
| 175 | | » | guillemets, angle quotes, left-pointing quotation marks |
|
||
| 176 | | ░ | graphic character, low density dotted |
|
||
| 177 | | ▒ | graphic character, medium density dotted |
|
||
| 178 | | ▓ | graphic character, high density dotted |
|
||
| 179 | | │ | box drawing character single vertical line |
|
||
| 180 | | ┤ | box drawing character single vertical and left line |
|
||
| 181 | | Á | capital letter a with acute accent or a-acute |
|
||
| 182 | | Â | letter a with circumflex accent or a-circumflex |
|
||
| 183 | | À | letter a with grave accent |
|
||
| 184 | | © | copyright symbol |
|
||
| 185 | | ╣ | box drawing character double line vertical and left |
|
||
| 186 | | ║ | box drawing character double vertical line |
|
||
| 187 | | ╗ | box drawing character double line upper right corner |
|
||
| 188 | | ╝ | box drawing character double line lower right corner |
|
||
| 189 | | ¢ | cent symbol |
|
||
| 190 | | ¥ | yen and yuan sign |
|
||
| 191 | | ┐ | box drawing character single line upper right corner |
|
||
| 192 | | └ | box drawing character single line lower left corner |
|
||
| 193 | | ┴ | box drawing character single line horizontal and up |
|
||
| 194 | | ┬ | box drawing character single line horizontal down |
|
||
| 195 | | ├ | box drawing character single line vertical and right |
|
||
| 196 | | ─ | box drawing character single horizontal line |
|
||
| 197 | | ┼ | box drawing character single line horizontal vertical |
|
||
| 198 | | ã | lowercase letter a with tilde or a-tilde |
|
||
| 199 | | Ã | capital letter a with tilde or a-tilde |
|
||
| 200 | | ╚ | box drawing character double line lower left corner |
|
||
| 201 | | ╔ | box drawing character double line upper left corner |
|
||
| 202 | | ╩ | box drawing character double line horizontal and up |
|
||
| 203 | | ╦ | box drawing character double line horizontal down |
|
||
| 204 | | ╠ | box drawing character double line vertical and right |
|
||
| 205 | | ═ | box drawing character double horizontal line |
|
||
| 206 | | ╬ | box drawing character double line horizontal vertical |
|
||
| 207 | | ¤ | generic currency sign |
|
||
| 208 | | ð | lowercase letter eth |
|
||
| 209 | | Ð | capital letter eth |
|
||
| 210 | | Ê | letter e with circumflex accent or e-circumflex |
|
||
| 211 | | Ë | letter e with umlaut or diaeresis, e-umlaut |
|
||
| 212 | | È | capital letter e with grave accent |
|
||
| 213 | | ı | lowercase dot less i |
|
||
| 214 | | Í | capital letter i with acute accent or i-acute |
|
||
| 215 | | Î | letter i with circumflex accent or i-circumflex |
|
||
| 216 | | Ï | letter i with umlaut or diaeresis ; i-umlaut |
|
||
| 217 | | ┘ | box drawing character single line lower right corner |
|
||
| 218 | | ┌ | box drawing character single line upper left corner |
|
||
| 219 | | █ | block, graphic character |
|
||
| 220 | | ▄ | bottom half block |
|
||
| 221 | | ¦ | vertical broken bar |
|
||
| 222 | | Ì | capital letter i with grave accent |
|
||
| 223 | | ▀ | top half block |
|
||
| 224 | | Ó | capital letter o with acute accent or o-acute |
|
||
| 225 | | ß | letter eszett ; scharfes s or sharp s |
|
||
| 226 | | Ô | letter o with circumflex accent or o-circumflex |
|
||
| 227 | | Ò | capital letter o with grave accent |
|
||
| 228 | | õ | lowercase letter o with tilde or o-tilde |
|
||
| 229 | | Õ | capital letter o with tilde or o-tilde |
|
||
| 230 | | µ | lowercase letter mu ; micro sign or micron |
|
||
| 231 | | þ | lowercase letter thorn |
|
||
| 232 | | Þ | capital letter thorn |
|
||
| 233 | | Ú | capital letter u with acute accent or u-acute |
|
||
| 234 | | Û | letter u with circumflex accent or u-circumflex |
|
||
| 235 | | Ù | capital letter u with grave accent |
|
||
| 236 | | ý | lowercase letter y with acute accent |
|
||
| 237 | | Ý | capital letter y with acute accent |
|
||
| 238 | | ¯ | macron symbol |
|
||
| 239 | | ´ | acute accent |
|
||
| 240 | | ≡ | congruence relation symbol |
|
||
| 241 | | ± | plus-minus sign |
|
||
| 242 | | ‗ | underline or underscore |
|
||
| 243 | | ¾ | three quarters, three-fourths |
|
||
| 244 | | ¶ | paragraph sign or pilcrow ; end paragraph mark |
|
||
| 245 | | § | section sign |
|
||
| 246 | | ÷ | the division sign ; obelus |
|
||
| 247 | | ¸ | cedilla |
|
||
| 248 | | ° | degree symbol |
|
||
| 249 | | ¨ | diaresis |
|
||
| 250 | | · | interpunct or space dot |
|
||
| 251 | | ¹ | superscript one, exponent 1, first power |
|
||
| 252 | | ³ | superscript three, exponent 3, cube, third power |
|
||
| 253 | | ² | superscript two, exponent 2, square, second power |
|
||
| 254 | | ■ | black square |
|
||
| 255 | | nbsp | non-breaking space or no-break space |
|