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.

Related Tools

More on TypingTest.now