added extended ascii table
This commit is contained in:
+171
-34
@@ -2,41 +2,44 @@
|
||||
|
||||
Ascii table because websites are unusable these days
|
||||
|
||||
| **Dec** | **Hex** | **Char** | **Description** |
|
||||
|
||||
## 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 |
|
||||
| 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 |
|
||||
@@ -132,3 +135,137 @@ Ascii table because websites are unusable these days
|
||||
| 125 | `0x7D` | } | right curly bracket |
|
||||
| 126 | `0x7E` | ~ | tilde |
|
||||
| 127 | `0x7F` | DEL | delete |
|
||||
|
||||
|
||||
## extended ascii table
|
||||
|
||||
| **dec** | **hex** | **char** | **description** |
|
||||
|----------:|----------:|:----------|:------------------------------|
|
||||
| 128 | `0x80` | Ç | majuscule c-cedilla |
|
||||
| 129 | `0x81` | ü | letter u with umlaut or diaeresis , u-umlaut |
|
||||
| 130 | `0x82` | é | letter e with acute accent or e-acute |
|
||||
| 131 | `0x83` | â | letter a with circumflex accent or a-circumflex |
|
||||
| 132 | `0x84` | ä | letter a with umlaut or diaeresis , a-umlaut |
|
||||
| 133 | `0x85` | à | letter a with grave accent |
|
||||
| 134 | `0x86` | å | letter a with a ring |
|
||||
| 135 | `0x87` | ç | minuscule c-cedilla |
|
||||
| 136 | `0x88` | ê | letter e with circumflex accent or e-circumflex |
|
||||
| 137 | `0x89` | ë | letter e with umlaut or diaeresis ; e-umlauts |
|
||||
| 138 | `0x8A` | è | letter e with grave accent |
|
||||
| 139 | `0x8B` | ï | letter i with umlaut or diaeresis ; i-umlaut |
|
||||
| 140 | `0x8C` | î | letter i with circumflex accent or i-circumflex |
|
||||
| 141 | `0x8D` | ì | letter i with grave accent |
|
||||
| 142 | `0x8E` | Ä | letter a with umlaut or diaeresis ; a-umlaut |
|
||||
| 143 | `0x8F` | Å | capital letter a with a ring |
|
||||
| 144 | `0x90` | É | capital letter e with acute accent or e-acute |
|
||||
| 145 | `0x91` | æ | latin diphthong ae in lowercase |
|
||||
| 146 | `0x92` | Æ | latin diphthong ae in uppercase |
|
||||
| 147 | `0x93` | ô | letter o with circumflex accent or o-circumflex |
|
||||
| 148 | `0x94` | ö | letter o with umlaut or diaeresis ; o-umlaut |
|
||||
| 149 | `0x95` | ò | letter o with grave accent |
|
||||
| 150 | `0x96` | û | letter u with circumflex accent or u-circumflex |
|
||||
| 151 | `0x97` | ù | letter u with grave accent |
|
||||
| 152 | `0x98` | ÿ | lowercase letter y with diaeresis |
|
||||
| 153 | `0x99` | Ö | letter o with umlaut or diaeresis ; o-umlaut |
|
||||
| 154 | `0x9A` | Ü | letter u with umlaut or diaeresis ; u-umlaut |
|
||||
| 155 | `0x9B` | ø | lowercase slashed zero or empty set |
|
||||
| 156 | `0x9C` | £ | pound sign ; symbol for the pound sterling |
|
||||
| 157 | `0x9D` | Ø | uppercase slashed zero or empty set |
|
||||
| 158 | `0x9E` | × | multiplication sign |
|
||||
| 159 | `0x9F` | ƒ | function sign ; f with hook sign ; florin sign |
|
||||
| 160 | `0xA0` | á | lowercase letter a with acute accent or a-acute |
|
||||
| 161 | `0xA1` | í | lowercase letter i with acute accent or i-acute |
|
||||
| 162 | `0xA2` | ó | lowercase letter o with acute accent or o-acute |
|
||||
| 163 | `0xA3` | ú | lowercase letter u with acute accent or u-acute |
|
||||
| 164 | `0xA4` | ñ | eñe, enie, spanish letter enye, lowercase n with tilde |
|
||||
| 165 | `0xA5` | Ñ | spanish letter enye, uppercase n with tilde, eñe, enie |
|
||||
| 166 | `0xA6` | ª | feminine ordinal indicator |
|
||||
| 167 | `0xA7` | º | masculine ordinal indicator |
|
||||
| 168 | `0xA8` | ¿ | inverted question marks |
|
||||
| 169 | `0xA9` | ® | registered trademark symbol |
|
||||
| 170 | `0xAA` | ¬ | logical negation symbol |
|
||||
| 171 | `0xAB` | ½ | one half |
|
||||
| 172 | `0xAC` | ¼ | quarter, one fourth |
|
||||
| 173 | `0xAD` | ¡ | inverted exclamation marks |
|
||||
| 174 | `0xAE` | « | angle quotes, guillemets, right-pointing quotation mark |
|
||||
| 175 | `0xAF` | » | guillemets, angle quotes, left-pointing quotation marks |
|
||||
| 176 | `0xB0` | ░ | graphic character, low density dotted |
|
||||
| 177 | `0xB1` | ▒ | graphic character, medium density dotted |
|
||||
| 178 | `0xB2` | ▓ | graphic character, high density dotted |
|
||||
| 179 | `0xB3` | │ | box drawing character single vertical line |
|
||||
| 180 | `0xB4` | ┤ | box drawing character single vertical and left line |
|
||||
| 181 | `0xB5` | Á | capital letter a with acute accent or a-acute |
|
||||
| 182 | `0xB6` | Â | letter a with circumflex accent or a-circumflex |
|
||||
| 183 | `0xB7` | À | letter a with grave accent |
|
||||
| 184 | `0xB8` | © | copyright symbol |
|
||||
| 185 | `0xB9` | ╣ | box drawing character double line vertical and left |
|
||||
| 186 | `0xBA` | ║ | box drawing character double vertical line |
|
||||
| 187 | `0xBB` | ╗ | box drawing character double line upper right corner |
|
||||
| 188 | `0xBC` | ╝ | box drawing character double line lower right corner |
|
||||
| 189 | `0xBD` | ¢ | cent symbol |
|
||||
| 190 | `0xBE` | ¥ | yen and yuan sign |
|
||||
| 191 | `0xBF` | ┐ | box drawing character single line upper right corner |
|
||||
| 192 | `0xC0` | └ | box drawing character single line lower left corner |
|
||||
| 193 | `0xC1` | ┴ | box drawing character single line horizontal and up |
|
||||
| 194 | `0xC2` | ┬ | box drawing character single line horizontal down |
|
||||
| 195 | `0xC3` | ├ | box drawing character single line vertical and right |
|
||||
| 196 | `0xC4` | ─ | box drawing character single horizontal line |
|
||||
| 197 | `0xC5` | ┼ | box drawing character single line horizontal vertical |
|
||||
| 198 | `0xC6` | ã | lowercase letter a with tilde or a-tilde |
|
||||
| 199 | `0xC7` | Ã | capital letter a with tilde or a-tilde |
|
||||
| 200 | `0xC8` | ╚ | box drawing character double line lower left corner |
|
||||
| 201 | `0xC9` | ╔ | box drawing character double line upper left corner |
|
||||
| 202 | `0xCA` | ╩ | box drawing character double line horizontal and up |
|
||||
| 203 | `0xCB` | ╦ | box drawing character double line horizontal down |
|
||||
| 204 | `0xCC` | ╠ | box drawing character double line vertical and right |
|
||||
| 205 | `0xCD` | ═ | box drawing character double horizontal line |
|
||||
| 206 | `0xCE` | ╬ | box drawing character double line horizontal vertical |
|
||||
| 207 | `0xCF` | ¤ | generic currency sign |
|
||||
| 208 | `0xD0` | ð | lowercase letter eth |
|
||||
| 209 | `0xD1` | Ð | capital letter eth |
|
||||
| 210 | `0xD2` | Ê | letter e with circumflex accent or e-circumflex |
|
||||
| 211 | `0xD3` | Ë | letter e with umlaut or diaeresis, e-umlaut |
|
||||
| 212 | `0xD4` | È | capital letter e with grave accent |
|
||||
| 213 | `0xD5` | ı | lowercase dot less i |
|
||||
| 214 | `0xD6` | Í | capital letter i with acute accent or i-acute |
|
||||
| 215 | `0xD7` | Î | letter i with circumflex accent or i-circumflex |
|
||||
| 216 | `0xD8` | Ï | letter i with umlaut or diaeresis ; i-umlaut |
|
||||
| 217 | `0xD9` | ┘ | box drawing character single line lower right corner |
|
||||
| 218 | `0xDA` | ┌ | box drawing character single line upper left corner |
|
||||
| 219 | `0xDB` | █ | block, graphic character |
|
||||
| 220 | `0xDC` | ▄ | bottom half block |
|
||||
| 221 | `0xDD` | ¦ | vertical broken bar |
|
||||
| 222 | `0xDE` | Ì | capital letter i with grave accent |
|
||||
| 223 | `0xDF` | ▀ | top half block |
|
||||
| 224 | `0xE0` | Ó | capital letter o with acute accent or o-acute |
|
||||
| 225 | `0xE1` | ß | letter eszett ; scharfes s or sharp s |
|
||||
| 226 | `0xE2` | Ô | letter o with circumflex accent or o-circumflex |
|
||||
| 227 | `0xE3` | Ò | capital letter o with grave accent |
|
||||
| 228 | `0xE4` | õ | lowercase letter o with tilde or o-tilde |
|
||||
| 229 | `0xE5` | Õ | capital letter o with tilde or o-tilde |
|
||||
| 230 | `0xE6` | µ | lowercase letter mu ; micro sign or micron |
|
||||
| 231 | `0xE7` | þ | lowercase letter thorn |
|
||||
| 232 | `0xE8` | Þ | capital letter thorn |
|
||||
| 233 | `0xE9` | Ú | capital letter u with acute accent or u-acute |
|
||||
| 234 | `0xEA` | Û | letter u with circumflex accent or u-circumflex |
|
||||
| 235 | `0xEB` | Ù | capital letter u with grave accent |
|
||||
| 236 | `0xEC` | ý | lowercase letter y with acute accent |
|
||||
| 237 | `0xED` | Ý | capital letter y with acute accent |
|
||||
| 238 | `0xEE` | ¯ | macron symbol |
|
||||
| 239 | `0xEF` | ´ | acute accent |
|
||||
| 240 | `0xF0` | ≡ | congruence relation symbol |
|
||||
| 241 | `0xF1` | ± | plus-minus sign |
|
||||
| 242 | `0xF2` | ‗ | underline or underscore |
|
||||
| 243 | `0xF3` | ¾ | three quarters, three-fourths |
|
||||
| 244 | `0xF4` | ¶ | paragraph sign or pilcrow ; end paragraph mark |
|
||||
| 245 | `0xF5` | § | section sign |
|
||||
| 246 | `0xF6` | ÷ | the division sign ; obelus |
|
||||
| 247 | `0xF7` | ¸ | cedilla |
|
||||
| 248 | `0xF8` | ° | degree symbol |
|
||||
| 249 | `0xF9` | ¨ | diaresis |
|
||||
| 250 | `0xFA` | · | interpunct or space dot |
|
||||
| 251 | `0xFB` | ¹ | superscript one, exponent 1, first power |
|
||||
| 252 | `0xFC` | ³ | superscript three, exponent 3, cube, third power |
|
||||
| 253 | `0xFD` | ² | superscript two, exponent 2, square, second power |
|
||||
| 254 | `0xFE` | ■ | black square |
|
||||
| 255 | `0xFF` | nbsp | non-breaking space or no-break space |
|
||||
|
||||
Reference in New Issue
Block a user