What does this tool do?
| Direct answer | A searchable reference of the 95 printable ASCII characters (codes 32–126) with decimal, hex, and octal values. |
| Key fact | ASCII defines 128 codes; 95 are printable, 33 are control characters. |
| Processing | Runs locally in your browser; no data is sent to a server. |
How to use
- Scroll or filter by decimal, hex, or character.
- Click any row to inspect values.
Example
Input
A
Output
Dec 65 · Hex 0x41 · Oct 101
Who is this for?
This tool was built for people who need a fast answer in the browser — no install, no account, no data leaving the device.
Programmers working with low-level data, computer science students, and electronics hobbyists reading registers — anyone tired of converting number bases by hand.
Frequently asked questions
What is ASCII code 65?
Uppercase letter A.
What range does this table show?
Printable characters 32 (space) through 126 (~).
Does it include Extended ASCII?
No — codes 128-255 vary by code page and are out of scope.