Tools

ASCII Table

Complete ASCII character code reference — decimal, hex, and binary.

Dec Hex Oct Binary Char Description

How to Use the ASCII Table

Search by character, decimal code, or hex code to filter the table. Click any row to copy the character or code to your clipboard.

What Is ASCII?

ASCII (American Standard Code for Information Interchange) is a character encoding standard developed in the 1960s. It defines 128 characters: 33 non-printing control characters (codes 0–31 and 127) and 95 printable characters including letters, digits, and punctuation (codes 32–126).

ASCII Ranges

RangeTypeExamples
0–31Control charactersNUL, TAB, LF, CR, ESC
32Space(space)
33–47Punctuation/symbols! " # $ % & ' ( ) * + , - . /
48–57Digits0–9
58–64Punctuation/symbols: ; < = > ? @
65–90Uppercase lettersA–Z
91–96Punctuation/symbols[ \ ] ^ _ `
97–122Lowercase lettersa–z
123–126Punctuation/symbols{ | } ~
127Control (DEL)Delete

Extended ASCII (128–255)

Beyond the 128 standard ASCII characters, various extended ASCII encodings (ISO-8859-1, Windows-1252) define characters 128–255 for accented letters and special symbols. These are not standardised — the same code may map to different characters depending on the encoding. Unicode (UTF-8) has largely replaced extended ASCII for modern text encoding.

More on TypingTest.now

Frequently Asked Questions

What are the ASCII codes 0 to 31 used for?

Codes 0 to 31 are control characters — non-printing instructions inherited from the teletype era. A few are still everywhere: 9 is Tab, 10 is Line Feed, 13 is Carriage Return, and 27 is Escape, the code behind terminal colour sequences. Most of the rest survive only in legacy protocols.

What is the ASCII code for a space?

Space is decimal 32, hexadecimal 20, binary 00100000 — the first printable character in the table, sitting between the control characters and the punctuation block. The DEL control character at 127 bookends the other side, which is why printable ASCII is defined as codes 32 through 126.

Is there ASCII for characters above 127?

Not officially. Standard ASCII stops at 127; codes 128 to 255 belong to competing extended encodings such as ISO-8859-1 and Windows-1252, which assign different characters to the same numbers. That ambiguity is why modern systems use Unicode with UTF-8, which agrees with ASCII for the first 128 codes.

Curious how fast you type? Take a free typing test and find out.
1-Minute Test →