x0 | x1 | x2 | x3 | x4 | x5 | x6 | x7 | x8 | x9 | xA | xB | xC | xD | xE | xF | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0x | ø | |||||||||||||||
1x | ||||||||||||||||
2x | ! | " | # | $ | % | & | ' | ( | ) | * | + | , | - | . | / | |
3x | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | : | ; | < | = | > | ? |
4x | @ | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O |
5x | P | Q | R | S | T | U | V | W | X | Y | Z | [ | \ | ] | ^ | _ |
6x | ` | a | b | c | d | e | f | g | h | i | j | k | l | m | n | o |
7x | p | q | r | s | t | u | v | w | x | y | z | { | | | } | ~ | |
8x | | | | | | | | | | | | | | | | |
9x | | | | | | | | | | | | | | | | |
Ax | ¡ | ¢ | £ | ¤ | ¥ | ¦ | § | ¨ | © | ª | « | ¬ | | ® | ¯ | |
Bx | ° | ± | ² | ³ | ´ | µ | ¶ | · | ¸ | ¹ | º | » | ¼ | ½ | ¾ | ¿ |
Cx | À | Á | Â | Ã | Ä | Å | Æ | Ç | È | É | Ê | Ë | Ì | Í | Î | Ï |
Dx | Ð | Ñ | Ò | Ó | Ô | Õ | Ö | × | Ø | Ù | Ú | Û | Ü | Ý | Þ | ß |
Ex | à | á | â | ã | ä | å | æ | ç | è | é | ê | ë | ì | í | î | ï |
Fx | ð | ñ | ò | ó | ô | õ | ö | ÷ | ø | ù | ú | û | ü | ý | þ | ÿ |
Strictly speaking, ASCII is a 7-bit character code. This is a super-set of ASCII as interpreted by your browser - normally Latin-1 (ISO 8859-1).
See also HTML Markup - Latin 1.
Decimal | Hex | Acronym | Meaning |
---|---|---|---|
00 | 00 | NUL | Null |
01 | 01 | SOH | Start of heading |
02 | 02 | STX | Start of text |
03 | 03 | ETX | End of text |
04 | 04 | EOT | End of transmission |
05 | 05 | ENQ | Enquiry |
06 | 06 | ACK | Acknowlege |
07 | 07 | BEL | Bell |
08 | 08 | BS | Backspace |
09 | 09 | HT | Horizontal tab |
10 | 0A | LF | Line feed |
11 | 0B | VT | Vertical tab |
12 | 0C | FF | Form feed |
13 | 0D | CR | Carriage return |
14 | 0E | SO | Shift out |
15 | 0F | SI | Shift in |
16 | 10 | DLE | Data link escape |
17 | 11 | DC1 | Device control |
18 | 12 | DC2 | Device control |
19 | 13 | DC3 | Device control |
20 | 14 | DC4 | Device control |
21 | 15 | NAK | Negative Acknowledge |
22 | 16 | SYN | Synchronous idle |
23 | 17 | ETB | End of transmission block |
24 | 18 | CAN | Cancel |
25 | 19 | EM | End of medium |
26 | 1A | SUB | Substitute |
27 | 1B | ESC | Escape |
28 | 1C | FS | Field separator |
29 | 1D | GS | Group separator |
30 | 1E | RS | Record separator |
31 | 1F | US | Unit character |