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