ASCII Table
Complete ASCII character chart for 2026. All 128 characters with decimal, hex, binary, and octal values. Searchable and filterable.
| Dec | Hex | Oct | Binary | Char | Description | Type |
|---|
No matching characters found.
About the ASCII Standard
ASCII (American Standard Code for Information Interchange) was published in 1963 and became the foundation of modern text encoding. It defines 128 characters using 7 bits: 95 printable characters (codes 32–126) and 33 non-printable control characters (codes 0–31 and 127) used to control terminals, printers, and data streams.
Today, ASCII lives on inside UTF-8 — the universal web encoding. Any character with a code point 0–127 has an identical single-byte representation in both ASCII and UTF-8, making them fully backward-compatible. To convert ASCII values to text, use our ASCII to Text Converter.