Hex to ASCII Table Generator & Reference
Generate a complete hexadecimal to ASCII character table. Search, filter, and export the data. An invaluable reference for programmers, reverse engineers, and anyone working with character encoding.
Hex to ASCII Table Generator
Complete reference table mapping hexadecimal values to ASCII characters
| Hex | Decimal | Octal | Binary | Char | Description |
|---|---|---|---|---|---|
| 00 | 0 | 000 | 00000000 | — | NUL |
| 01 | 1 | 001 | 00000001 | — | SOH |
| 02 | 2 | 002 | 00000010 | — | STX |
| 03 | 3 | 003 | 00000011 | — | ETX |
| 04 | 4 | 004 | 00000100 | — | EOT |
| 05 | 5 | 005 | 00000101 | — | ENQ |
| 06 | 6 | 006 | 00000110 | — | ACK |
| 07 | 7 | 007 | 00000111 | — | BEL |
| 08 | 8 | 010 | 00001000 | — | BS |
| 09 | 9 | 011 | 00001001 | — | TAB |
| 0A | 10 | 012 | 00001010 | — | LF |
| 0B | 11 | 013 | 00001011 | — | VT |
| 0C | 12 | 014 | 00001100 | — | FF |
| 0D | 13 | 015 | 00001101 | — | CR |
| 0E | 14 | 016 | 00001110 | — | SO |
| 0F | 15 | 017 | 00001111 | — | SI |
| 10 | 16 | 020 | 00010000 | — | DLE |
| 11 | 17 | 021 | 00010001 | — | DC1 |
| 12 | 18 | 022 | 00010010 | — | DC2 |
| 13 | 19 | 023 | 00010011 | — | DC3 |
| 14 | 20 | 024 | 00010100 | — | DC4 |
| 15 | 21 | 025 | 00010101 | — | NAK |
| 16 | 22 | 026 | 00010110 | — | SYN |
| 17 | 23 | 027 | 00010111 | — | ETB |
| 18 | 24 | 030 | 00011000 | — | CAN |
| 19 | 25 | 031 | 00011001 | — | EM |
| 1A | 26 | 032 | 00011010 | — | SUB |
| 1B | 27 | 033 | 00011011 | — | ESC |
| 1C | 28 | 034 | 00011100 | — | FS |
| 1D | 29 | 035 | 00011101 | — | GS |
| 1E | 30 | 036 | 00011110 | — | RS |
| 1F | 31 | 037 | 00011111 | — | US |
| 20 | 32 | 040 | 00100000 | ||
| 21 | 33 | 041 | 00100001 | ! | |
| 22 | 34 | 042 | 00100010 | " | |
| 23 | 35 | 043 | 00100011 | # | |
| 24 | 36 | 044 | 00100100 | $ | |
| 25 | 37 | 045 | 00100101 | % | |
| 26 | 38 | 046 | 00100110 | & | |
| 27 | 39 | 047 | 00100111 | ' | |
| 28 | 40 | 050 | 00101000 | ( | |
| 29 | 41 | 051 | 00101001 | ) | |
| 2A | 42 | 052 | 00101010 | * | |
| 2B | 43 | 053 | 00101011 | + | |
| 2C | 44 | 054 | 00101100 | , | |
| 2D | 45 | 055 | 00101101 | - | |
| 2E | 46 | 056 | 00101110 | . | |
| 2F | 47 | 057 | 00101111 | / | |
| 30 | 48 | 060 | 00110000 | 0 | |
| 31 | 49 | 061 | 00110001 | 1 | |
| 32 | 50 | 062 | 00110010 | 2 | |
| 33 | 51 | 063 | 00110011 | 3 | |
| 34 | 52 | 064 | 00110100 | 4 | |
| 35 | 53 | 065 | 00110101 | 5 | |
| 36 | 54 | 066 | 00110110 | 6 | |
| 37 | 55 | 067 | 00110111 | 7 | |
| 38 | 56 | 070 | 00111000 | 8 | |
| 39 | 57 | 071 | 00111001 | 9 | |
| 3A | 58 | 072 | 00111010 | : | |
| 3B | 59 | 073 | 00111011 | ; | |
| 3C | 60 | 074 | 00111100 | < | |
| 3D | 61 | 075 | 00111101 | = | |
| 3E | 62 | 076 | 00111110 | > | |
| 3F | 63 | 077 | 00111111 | ? | |
| 40 | 64 | 100 | 01000000 | @ | |
| 41 | 65 | 101 | 01000001 | A | |
| 42 | 66 | 102 | 01000010 | B | |
| 43 | 67 | 103 | 01000011 | C | |
| 44 | 68 | 104 | 01000100 | D | |
| 45 | 69 | 105 | 01000101 | E | |
| 46 | 70 | 106 | 01000110 | F | |
| 47 | 71 | 107 | 01000111 | G | |
| 48 | 72 | 110 | 01001000 | H | |
| 49 | 73 | 111 | 01001001 | I | |
| 4A | 74 | 112 | 01001010 | J | |
| 4B | 75 | 113 | 01001011 | K | |
| 4C | 76 | 114 | 01001100 | L | |
| 4D | 77 | 115 | 01001101 | M | |
| 4E | 78 | 116 | 01001110 | N | |
| 4F | 79 | 117 | 01001111 | O | |
| 50 | 80 | 120 | 01010000 | P | |
| 51 | 81 | 121 | 01010001 | Q | |
| 52 | 82 | 122 | 01010010 | R | |
| 53 | 83 | 123 | 01010011 | S | |
| 54 | 84 | 124 | 01010100 | T | |
| 55 | 85 | 125 | 01010101 | U | |
| 56 | 86 | 126 | 01010110 | V | |
| 57 | 87 | 127 | 01010111 | W | |
| 58 | 88 | 130 | 01011000 | X | |
| 59 | 89 | 131 | 01011001 | Y | |
| 5A | 90 | 132 | 01011010 | Z | |
| 5B | 91 | 133 | 01011011 | [ | |
| 5C | 92 | 134 | 01011100 | \ | |
| 5D | 93 | 135 | 01011101 | ] | |
| 5E | 94 | 136 | 01011110 | ^ | |
| 5F | 95 | 137 | 01011111 | _ | |
| 60 | 96 | 140 | 01100000 | ` | |
| 61 | 97 | 141 | 01100001 | a | |
| 62 | 98 | 142 | 01100010 | b | |
| 63 | 99 | 143 | 01100011 | c | |
| 64 | 100 | 144 | 01100100 | d | |
| 65 | 101 | 145 | 01100101 | e | |
| 66 | 102 | 146 | 01100110 | f | |
| 67 | 103 | 147 | 01100111 | g | |
| 68 | 104 | 150 | 01101000 | h | |
| 69 | 105 | 151 | 01101001 | i | |
| 6A | 106 | 152 | 01101010 | j | |
| 6B | 107 | 153 | 01101011 | k | |
| 6C | 108 | 154 | 01101100 | l | |
| 6D | 109 | 155 | 01101101 | m | |
| 6E | 110 | 156 | 01101110 | n | |
| 6F | 111 | 157 | 01101111 | o | |
| 70 | 112 | 160 | 01110000 | p | |
| 71 | 113 | 161 | 01110001 | q | |
| 72 | 114 | 162 | 01110010 | r | |
| 73 | 115 | 163 | 01110011 | s | |
| 74 | 116 | 164 | 01110100 | t | |
| 75 | 117 | 165 | 01110101 | u | |
| 76 | 118 | 166 | 01110110 | v | |
| 77 | 119 | 167 | 01110111 | w | |
| 78 | 120 | 170 | 01111000 | x | |
| 79 | 121 | 171 | 01111001 | y | |
| 7A | 122 | 172 | 01111010 | z | |
| 7B | 123 | 173 | 01111011 | { | |
| 7C | 124 | 174 | 01111100 | | | |
| 7D | 125 | 175 | 01111101 | } | |
| 7E | 126 | 176 | 01111110 | ~ | |
| 7F | 127 | 177 | 01111111 | — | DEL |
Quick Reference
How it works
Enter hexadecimal byte values to generate an ASCII table showing the character representation of each byte. The tool displays hex values alongside their decimal equivalents and corresponding ASCII characters.
Printable characters (0x20-0x7E) are shown directly. Non-printable control characters (0x00-0x1F, 0x7F) are displayed with their standard names (NUL, SOH, LF, CR, etc.) or escape sequences.
Extended ASCII (0x80-0xFF) shows the character if displayable, with Unicode code point information. Results are presented in a tabular format with configurable columns for easy reference.
When You'd Actually Use This
Character Encoding Reference
Look up ASCII codes and their hex values for programming and data encoding tasks.
Binary File Analysis
Interpret hex dumps by seeing which bytes correspond to printable ASCII characters.
Protocol Debugging
Analyze network protocol data to identify ASCII commands and responses in hex streams.
Education
Learn ASCII encoding and the relationship between character codes and hex values.
String Manipulation
Find hex codes for specific characters when crafting strings for testing or exploits.
Data Validation
Verify that data expected to be ASCII doesn't contain unexpected control characters.
What to Know Before Using
ASCII range: Standard ASCII is 0-127 (0x00-0x7F). Extended ASCII (128-255, 0x80-0xFF) varies by code page.
Control characters: 0x00-0x1F and 0x7F are non-printable control codes like NUL, TAB, LF, CR used for device control.
Printable range: Printable ASCII is 0x20 (space) through 0x7E (~). This includes letters, digits, and punctuation.
Common codes: Space=0x20, '0'=0x30, 'A'=0x41, 'a'=0x61. Knowing these helps with quick mental conversion.
UTF-8 compatibility: UTF-8 is backward compatible with ASCII for 0x00-0x7F. Higher values are multi-byte UTF-8 sequences.
Common Questions
What is 'A' in hex?
'A' is 0x41 (decimal 65) in ASCII. Lowercase 'a' is 0x61 (decimal 97). The difference is 0x20 (32).
What does 0x0A mean?
0x0A is Line Feed (LF), the Unix newline character. Windows uses 0x0D 0x0A (CRLF) for line endings.
What is the hex for space?
Space character is 0x20 (decimal 32). It's the first printable ASCII character after the control codes.
How do I find hex for any character?
Use the text-to-hex converter for full strings, or note that ASCII letters are sequential: 'A'=0x41, 'B'=0x42, etc.
What are control characters?
Control characters (0x00-0x1F, 0x7F) control devices rather than display. Examples: 0x09=TAB, 0x0A=LF, 0x0D=CR, 0x1B=ESC.
What is 0x7F?
0x7F is DEL (delete), the last 7-bit ASCII code. It was used to mark deleted characters on paper tape.
Can I see extended ASCII?
Extended ASCII (0x80-0xFF) varies by code page. Modern systems use UTF-8 where these are multi-byte character starts.
Other Free Tools
Hex to Text Converter
Free Hex to Text Converter Online
Text to Hex Converter
Text to Hex Converter Online
Hex to Decimal Converter
Hex to Decimal Converter Tool
Decimal to Hex Converter
Decimal to Hex Converter Online
Hex to Binary Converter
Hex to Binary Converter Online
ASCII to Hex Converter
ASCII to Hex Converter: Text to Hexadecimal Translator
Barcode Generator
Free Barcode Generator
Binary to Text Converter
Binary to Text Converter
Free Printable Calendar Maker
Create & Print Your Custom Calendar
Pie Chart Maker
Free Pie Chart Maker Online