ASCII Converter — Text to ASCII & ASCII to Text
Convert text to ASCII codes (decimal, hex, binary, or octal) or decode ASCII codes back to text. Full ASCII table included. Works for any character.
ASCII Converter — Text to ASCII and ASCII to Text
ASCII (American Standard Code for Information Interchange) assigns a numeric code to every character. This converter works in both directions: enter text to get ASCII codes, or enter ASCII codes to get the text back. Output formats: decimal (the standard ASCII number), hexadecimal (used in programming and HTML entities), binary (how computers actually store the data), or octal (used in Unix file permissions and some legacy systems).
ASCII Code Table — Key Values
Space = 32. Uppercase letters A-Z = 65 to 90. Lowercase letters a-z = 97 to 122. Digits 0-9 = 48 to 57. Common punctuation: comma=44, period=46, colon=58, semicolon=59, question mark=63, exclamation=33, at sign=64, hash=35, asterisk=42. Extended ASCII (128-255) covers international characters and special symbols.
ASCII vs Unicode
Standard ASCII covers 128 characters (7-bit, codes 0-127). Extended ASCII covers 256 characters (8-bit). Unicode (UTF-8, UTF-16) is the modern standard covering over 140,000 characters including emoji, Chinese, Arabic, Hindi, and all world scripts. Every ASCII character has the same code in UTF-8 — ASCII is a subset of Unicode.