ASCII Code Converter
Character to Code
Standard ASCII contains only code points 0–127.
Code to Character
Enter a whole decimal number from 0 to 127.
ASCII Ranges Quick Reference
What is ASCII?
ASCII (American Standard Code for Information Interchange) is a character encoding standard created in 1963. It assigns numeric codes (0–127) to 128 characters: English letters, digits, punctuation marks, and control characters. UTF-8 preserves those 128 assignments as identical single-byte values.
Character encodings map text to numeric values and bytes. This ASCII code converter shows the standard 0–127 values in decimal (base-10), hexadecimal (base-16), binary (base-2), and octal (base-8).
For a complete reference of all 128 characters, see our full ASCII table. The ASCII, UTF-8, and Unicode guide explains what changes above code 127. To convert entire strings, use the Hex to ASCII converter or the Text to Hex converter.