Skip to content

ASCII Table

Browse the complete ASCII table with decimal, hex, octal, binary, and character values. Instant search and one-click copy. Free reference tool.

👆 Click any row to copy the character to clipboard.

Dec Hex Oct Bin Char HTML Description Copy

What is ASCII?

ASCII (American Standard Code for Information Interchange) is a 7-bit character encoding standard that maps 128 characters (codes 0–127) to numeric values. It defines two groups: control characters (0–31 and 127) — non-printing signals like newline (LF, 10), carriage return (CR, 13), tab (HT, 9), and null (NUL, 0); and printable characters (32–126) — letters, digits, punctuation, and space. ASCII is the foundation of virtually all modern text encoding.

History of ASCII

ASCII was developed in the early 1960s and first published as a standard in 1963 by the American Standards Association (now ANSI). It became the universal encoding for early computer systems, telecommunications, and the internet. Today, UTF-8 — the dominant encoding on the web (used by over 98% of websites) — is a superset of ASCII: the first 128 code points are identical, ensuring full backward compatibility. Every valid ASCII document is automatically valid UTF-8.

Privacy

All data is embedded in the page. No server requests.