ASCII Table
Browse the full ASCII set with decimal, hex and character values. Control characters and printable characters are listed in one readable table.
This page is useful when you need a quick decimal-to-hex lookup for protocols, text processing or encoding work.
ASCII reference table
| Dec | Hex | Char | Description |
|---|
About ASCII
ASCII is a 7-bit character encoding standard that maps the values 0 through 127 to letters, digits, punctuation and control signals. It remains relevant because many protocols, formats and legacy systems build on top of ASCII-compatible text.
Examples
32 = 0x20 = Space 65 = 0x41 = A 10 = 0x0A = Line Feed
FAQ
What is ASCII?
ASCII is a standard character set that defines numeric codes for common English letters, digits and control characters.
What is the ASCII code for space?
The ASCII code for space is decimal 32, or hex 0x20.
What is the difference between ASCII and Unicode?
ASCII covers only 128 characters. Unicode is a much larger standard that supports characters from many writing systems and symbol sets.