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)
| Dec | Hex | Binary | Oct | Char | Name |
|---|
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.