ASCII Table
Free online ASCII character table, searchable reference
What is ASCII?
ASCII (American Standard Code for Information Interchange) is a character encoding standard using 7-bit codes (0-127). It includes control characters (0-31), printable characters like letters (65-90, 97-122), digits (48-57), and symbols. Extended ASCII uses 8 bits (0-255) for additional characters.
How to Use the ASCII Table
Search by decimal value, hexadecimal value, character, or description. The table shows all mappings including decimal, hex, octal, binary, and character representations.
▶What is the difference between ASCII and Unicode?
ASCII defines 128 characters (7-bit). Unicode is a superset that defines over 140,000 characters covering virtually all writing systems. UTF-8 encoding is backward compatible with ASCII — the first 128 code points are identical.
▶What are ASCII control characters?
Control characters (0-31 and 127) are non-printable characters used for device control. Common ones include NUL (0), LF/Newline (10), CR/Enter (13), and ESC (27).