| Code Point |
ASCII |
| Dec | Hex | Char | Description |
| 0 | 0x0000 | NUL | Padding character |
| 1 | 0x0001 | SOH | Start Of Header |
| 2 | 0x0002 | STX | Start of Text |
| 3 | 0x0003 | ETX | End of Text |
| 4 | 0x0004 | EOT | End of Transmission |
| 5 | 0x0005 | ENQ | Enquiry |
| 6 | 0x0006 | ACK | Acknowledgement |
| 7 | 0x0007 | BEL | Audible signal |
| 8 | 0x0008 | BS | Backspace |
| 9 | 0x0009 | HT | Horizontal Tab |
| 10 | 0x000A | LF | Line Feed |
| 11 | 0x000B | VT | Vertical Tab |
| 12 | 0x000C | FF | Form Feed |
| 13 | 0x000D | CR | Carriage Return |
| 14 | 0x000E | SO | Shift Out |
| 15 | 0x000F | SI | Shift In |
| 16 | 0x0010 | DL | Data Link Escape |
| 17 | 0x0011 | DC1 | Device Control 1 {X-ON} |
| 18 | 0x0012 | DC2 | Device Control 2 |
| 19 | 0x0013 | DC3 | Device Control 3 {X-OFF} |
| 20 | 0x0014 | DC4 | Device Control 4 |
| 21 | 0x0015 | NAK | Negative Acknowledgement |
| 22 | 0x0016 | SYN | Synchronous idle |
| 23 | 0x0017 | ETB | End of Transmission Block |
| 24 | 0x0018 | CAN | Cancel |
| 25 | 0x0019 | EM | End of medium |
| 26 | 0x001A | SUB | Substitute |
| 27 | 0x001B | ESC | Escape |
| 28 | 0x001C | FS | Field Separator |
| 29 | 0x001D | GS | Group Separator |
| 30 | 0x001E | RS | Record Separator |
| 31 | 0x001F | US | Unit Separator |
| Dec | Hex | Char | Description |
| 32 | 0x0020 | | Space |
| 33 | 0x0021 | ! | Exclamation mark |
| 34 | 0x0022 | " | Quotation mark (diaeresis) |
| 35 | 0x0023 | # | Number sign {Octothorp, hash mark} |
| 36 | 0x0024 | $ | Dollar sign |
| 37 | 0x0025 | % | Per cent |
| 38 | 0x0026 | & | Ampersand |
| 39 | 0x0027 | ' | Apostrophe |
| 40 | 0x0028 | ( | Left parenthesis |
| 41 | 0x0029 | ) | Right parenthesis |
| 42 | 0x002A | * | Asterisk |
| 43 | 0x002B | + | Plus |
| 44 | 0x002C | , | Comma |
| 45 | 0x002D | - | Hyphen |
| 46 | 0x002E | . | Full stop (period) |
| 47 | 0x002F | / | Solidus (slant) {Forward slash} |
| 48 | 0x0030 | 0 | Digit Zero |
| 49 | 0x0031 | 1 | Digit One |
| 50 | 0x0032 | 2 | Digit Two |
| 51 | 0x0033 | 3 | Digit Three |
| 52 | 0x0034 | 4 | Digit Four |
| 53 | 0x0035 | 5 | Digit Five |
| 54 | 0x0036 | 6 | Digit Six |
| 55 | 0x0037 | 7 | Digit Seven |
| 56 | 0x0038 | 8 | Digit Eight |
| 57 | 0x0039 | 9 | Digit Nine |
| 58 | 0x003A | : | Colon |
| 59 | 0x003B | ; | Semicolon |
| 60 | 0x003C | < | Less than sign |
| 61 | 0x003D | = | Equals sign |
| 62 | 0x003E | > | Greater than sign |
| 63 | 0x003F | ? | Question mark |
| Dec | Hex | Char | Description |
| 64 | 0x0040 | @ | Commercial at |
| 65 | 0x0041 | A | Capital letter A |
| 66 | 0x0042 | B | Capital letter B |
| 67 | 0x0043 | C | Capital letter C |
| 68 | 0x0044 | D | Capital letter D |
| 69 | 0x0045 | E | Capital letter E |
| 70 | 0x0046 | F | Capital letter F |
| 71 | 0x0047 | G | Capital letter G |
| 72 | 0x0048 | H | Capital letter H |
| 73 | 0x0049 | I | Capital letter I |
| 74 | 0x004A | J | Capital letter J |
| 75 | 0x004B | K | Capital letter K |
| 76 | 0x004C | L | Capital letter L |
| 77 | 0x004D | M | Capital letter M |
| 78 | 0x004E | N | Capital letter N |
| 79 | 0x004F | O | Capital letter O |
| 80 | 0x0050 | P | Capital letter P |
| 81 | 0x0051 | Q | Capital letter Q |
| 82 | 0x0052 | R | Capital letter R |
| 83 | 0x0053 | S | Capital letter S |
| 84 | 0x0054 | T | Capital letter T |
| 85 | 0x0055 | U | Capital letter U |
| 86 | 0x0056 | V | Capital letter V |
| 87 | 0x0057 | W | Capital letter W |
| 88 | 0x0058 | X | Capital letter X |
| 89 | 0x0059 | Y | Capital letter Y |
| 90 | 0x005A | Z | Capital letter Z |
| 91 | 0x005B | [ | Left square bracket |
| 92 | 0x005C | \ | Reverse Solidus (Backslash) |
| 93 | 0x005D | ] | Right square bracket |
| 94 | 0x005E | ^ | Circumflex accent {Caret} |
| 95 | 0x005F | _ | Underscore |
| Dec | Hex | Char | Description |
| 96 | 0x0060 | ` | Grave accent {backtick} |
| 97 | 0x0061 | a | small letter a |
| 98 | 0x0062 | b | small letter b |
| 99 | 0x0063 | c | small letter c |
| 100 | 0x0064 | d | small letter d |
| 101 | 0x0065 | e | small letter e |
| 102 | 0x0066 | f | small letter f |
| 103 | 0x0067 | g | small letter g |
| 104 | 0x0068 | h | small letter h |
| 105 | 0x0069 | i | small letter i |
| 106 | 0x006A | j | small letter j |
| 107 | 0x006B | k | small letter k |
| 108 | 0x006C | l | small letter l |
| 109 | 0x006D | m | small letter m |
| 110 | 0x006E | n | small letter n |
| 111 | 0x006F | o | small letter o |
| 112 | 0x0070 | p | small letter p |
| 113 | 0x0071 | q | small letter q |
| 114 | 0x0072 | r | small letter r |
| 115 | 0x0073 | s | small letter s |
| 116 | 0x0074 | t | small letter t |
| 117 | 0x0075 | u | small letter u |
| 118 | 0x0076 | v | small letter v |
| 119 | 0x0077 | w | small letter w |
| 120 | 0x0078 | x | small letter x |
| 121 | 0x0079 | y | small letter y |
| 122 | 0x007A | z | small letter z |
| 123 | 0x007B | { | Left curly bracket (left brace) |
| 124 | 0x007C | | | Vertical Bar |
| 125 | 0x007D | } | Right Curly bracket (right brace) |
| 126 | 0x007E | ~ | Tilde |
| 127 | 0x007F | DEL | Delete |