Documentation Reference Number: #0010
UTF-8
I. Character Table
Description
The table below contains the first 128 UTF-8 characters, with decimal values starting at 0 and ending at 127.
Unicode Code Point | Character | Hex Value | Decimal Value | Description |
---|---|---|---|---|
U+0000 | 0 | 0 | Null character | |
U+0001 | 1 | 1 | Start of Heading | |
U+0002 | 2 | 2 | Start of Text | |
U+0003 | 3 | 3 | End-of-text character | |
U+0004 | 4 | 4 | End-of-transmission character | |
U+0005 | 5 | 5 | Enquiry character | |
U+0006 | 6 | 6 | Acknowledge character | |
U+0007 | 7 | 7 | Bell character | |
U+0008 | 8 | 8 | Backspace | |
U+0009 | 9 | 9 | Horizontal tab | |
U+000A | A | 10 | Line feed | |
U+000B | B | 11 | Vertical tab | |
U+000C | C | 12 | Form feed | |
U+000D | D | 13 | Carriage return | |
U+000E | E | 14 | Shift Out | |
U+000F | F | 15 | Shift In | |
U+0010 | 10 | 16 | Data Link Escape | |
U+0011 | 11 | 17 | Device Control 1 | |
U+0012 | 12 | 18 | Device Control 2 | |
U+0013 | 13 | 19 | Device Control 3 | |
U+0014 | 14 | 20 | Device Control 4 | |
U+0015 | 15 | 21 | Negative-acknowledge character | |
U+0016 | 16 | 22 | Synchronous Idle | |
U+0017 | 17 | 23 | End of Transmission Block | |
U+0018 | 18 | 24 | Cancel character | |
U+0019 | 19 | 25 | End of Medium | |
U+001A | 1A | 26 | Substitute character | |
U+001B | 1B | 27 | Escape character | |
U+001C | 1C | 28 | File Separator | |
U+001D | 1D | 29 | Group Separator | |
U+001E | 1E | 30 | Record Separator | |
U+001F | 1F | 31 | Unit Separator | |
U+0020 | 20 | 32 | Space | |
U+0021 | ! | 21 | 33 | Exclamation mark |
U+0022 | " | 22 | 34 | Quotation mark |
U+0023 | # | 23 | 35 | Number sign, Pound sign, Hashtag |
U+0024 | $ | 24 | 36 | Dollar sign |
U+0025 | % | 25 | 37 | Percent sign |
U+0026 | & | 26 | 38 | Ampersand |
U+0027 | ' | 27 | 39 | Apostrophe |
U+0028 | ( | 28 | 40 | Left parenthesis |
U+0029 | ) | 29 | 41 | Right parenthesis |
U+002A | * | 2A | 42 | Asterisk |
U+002B | + | 2B | 43 | Plus sign |
U+002C | , | 2C | 44 | Comma |
U+002D | - | 2D | 45 | Hyphen-minus |
U+002E | . | 2E | 46 | Full stop, period |
U+002F | / | 2F | 47 | Forward Slash, Solidus |
U+0030 | 0 | 30 | 48 | Digit Zero |
U+0031 | 1 | 31 | 49 | Digit One |
U+0032 | 2 | 32 | 50 | Digit Two |
U+0033 | 3 | 33 | 51 | Digit Three |
U+0034 | 4 | 34 | 52 | Digit Four |
U+0035 | 5 | 35 | 53 | Digit Five |
U+0036 | 6 | 36 | 54 | Digit Six |
U+0037 | 7 | 37 | 55 | Digit Seven |
U+0038 | 8 | 38 | 56 | Digit Eight |
U+0039 | 9 | 39 | 57 | Digit Nine |
U+003A | : | 3A | 58 | Colon |
U+003B | ; | 3B | 59 | Semicolon |
U+003C | < | 3C | 60 | Less-than sign |
U+003D | = | 3D | 61 | Equal sign |
U+003E | > | 3E | 62 | Greater-than sign |
U+003F | ? | 3F | 63 | Question mark |
U+0040 | @ | 40 | 64 | At sign |
U+0041 | A | 41 | 65 | Latin Capital letter A |
U+0042 | B | 42 | 66 | Latin Capital letter B |
U+0043 | C | 43 | 67 | Latin Capital letter C |
U+0044 | D | 44 | 68 | Latin Capital letter D |
U+0045 | E | 45 | 69 | Latin Capital letter E |
U+0046 | F | 46 | 70 | Latin Capital letter F |
U+0047 | G | 47 | 71 | Latin Capital letter G |
U+0048 | H | 48 | 72 | Latin Capital letter H |
U+0049 | I | 49 | 73 | Latin Capital letter I |
U+004A | J | 4A | 74 | Latin Capital letter J |
U+004B | K | 4B | 75 | Latin Capital letter K |
U+004C | L | 4C | 76 | Latin Capital letter L |
U+004D | M | 4D | 77 | Latin Capital letter M |
U+004E | N | 4E | 78 | Latin Capital letter N |
U+004F | O | 4F | 79 | Latin Capital letter O |
U+0050 | P | 50 | 80 | Latin Capital letter P |
U+0051 | Q | 51 | 81 | Latin Capital letter Q |
U+0052 | R | 52 | 82 | Latin Capital letter R |
U+0053 | S | 53 | 83 | Latin Capital letter S |
U+0054 | T | 54 | 84 | Latin Capital letter T |
U+0055 | U | 55 | 85 | Latin Capital letter U |
U+0056 | V | 56 | 86 | Latin Capital letter V |
U+0057 | W | 57 | 87 | Latin Capital letter W |
U+0058 | X | 58 | 88 | Latin Capital letter X |
U+0059 | Y | 59 | 89 | Latin Capital letter Y |
U+005A | Z | 5A | 90 | Latin Capital letter Z |
U+005B | [ | 5B | 91 | Left square bracket |
U+005C | \ | 5C | 92 | Backslash |
U+005D | ] | 5D | 93 | Right square bracket |
U+005E | ^ | 5E | 94 | Circumflex accent |
U+005F | _ | 5F | 95 | Underscore, Low line |
U+0060 | ` | 60 | 96 | Grave accent |
U+0061 | a | 61 | 97 | Latin Small Letter A |
U+0062 | b | 62 | 98 | Latin Small Letter B |
U+0063 | c | 63 | 99 | Latin Small Letter C |
U+0064 | d | 64 | 100 | Latin Small Letter D |
U+0065 | e | 65 | 101 | Latin Small Letter E |
U+0066 | f | 66 | 102 | Latin Small Letter F |
U+0067 | g | 67 | 103 | Latin Small Letter G |
U+0068 | h | 68 | 104 | Latin Small Letter H |
U+0069 | i | 69 | 105 | Latin Small Letter I |
U+006A | j | 6A | 106 | Latin Small Letter J |
U+006B | k | 6B | 107 | Latin Small Letter K |
U+006C | l | 6C | 108 | Latin Small Letter L |
U+006D | m | 6D | 109 | Latin Small Letter M |
U+006E | n | 6E | 110 | Latin Small Letter N |
U+006F | o | 6F | 111 | Latin Small Letter O |
U+0070 | p | 70 | 112 | Latin Small Letter P |
U+0071 | q | 71 | 113 | Latin Small Letter Q |
U+0072 | r | 72 | 114 | Latin Small Letter R |
U+0073 | s | 73 | 115 | Latin Small Letter S |
U+0074 | t | 74 | 116 | Latin Small Letter T |
U+0075 | u | 75 | 117 | Latin Small Letter U |
U+0076 | v | 76 | 118 | Latin Small Letter V |
U+0077 | w | 77 | 119 | Latin Small Letter W |
U+0078 | x | 78 | 120 | Latin Small Letter X |
U+0079 | y | 79 | 121 | Latin Small Letter Y |
U+007A | z | 7A | 122 | Latin Small Letter Z |
U+007B | { | 7B | 123 | Left curly bracket |
U+007C | | | 7C | 124 | Vertical bar |
U+007D | } | 7D | 125 | Right curly bracket |
U+007E | ~ | 7E | 126 | Tilde |
U+007F | | 7F | 127 | Delete |