HomeTextDataDeveloperFilesMediaUtilities

ASCII Table & Code ConverterPrivacy: All processing runs locally

Look up ASCII characters, convert text to ASCII decimal codes, or decode codes back to text. Full table with decimal, hex, binary, and octal values.

Input0
Output0

Full ASCII Table (0–127)

DecHexBinaryOctCharName

About ASCII

ASCII (American Standard Code for Information Interchange) is a 7-bit character set with 128 values (0–127).

Control characters (0–31 and 127): Non-printable characters like NUL, TAB, LF (line feed), CR (carriage return), ESC, DEL.

Printable characters (32–126): Space, digits (0–9), uppercase (A–Z), lowercase (a–z), and punctuation.

ASCII does not include accented characters (ΓΌ, Γ©), currency symbols (€), or emoji (πŸ™‚). For those, use UTF-8 byte encoding or the Hex converter.