ASCII Table & Generator
Complete ASCII reference table with all 128 characters. Search, filter by category, and convert text to ASCII codes instantly.
100% client-side. Your data never leaves your browser.
Text ↔ ASCII Converter
Complete ASCII Table (0–127)
| Dec ↕ | Hex | Oct | Binary | Char | HTML | Description |
|---|
Search & Filter
Instantly search by character, code, or description. Filter by category: control characters, digits, letters, or symbols.
Text ↔ ASCII
Convert any text to ASCII decimal, hex, binary, or octal codes. Works both ways. Paste ASCII codes to get text back.
All 128 Characters
Complete reference with decimal, hex, octal, binary, HTML entities, and human-readable descriptions for every ASCII character.
Need something custom built?
I build custom Laravel tools, web apps, and SaaS platforms. If you need something beyond off-the-shelf, let's talk.
ContactFrequently Asked Questions
What is ASCII?
How many characters are in the ASCII table?
What is the difference between ASCII and Unicode?
What is the ASCII value of 'A'?
A has ASCII value 65 (decimal), 41 (hex), 101 (octal), and 01000001 (binary). Lowercase a is 97 (decimal), 61 (hex), 141 (octal), 01100001 (binary). The difference between uppercase and lowercase is always 32.