ASCII Code Lookup
Type a character or a numeric code and instantly see the matching decimal, hex, octal, and binary ASCII value, plus a searchable reference table.
Character or Code Lookup
Type a single character, or a decimal / 0x-hex number.
Type above to see the ASCII code.
Character
A
Decimal
65
Hex
0x41
Octal
0101
Binary
01000001
HTML Entity
A
Printable ASCII 32-126
| Char | Dec | Hex | Oct | Bin |
|---|
No matches.
Copied!
Summary
Type a character or a numeric code and instantly see the matching decimal, hex, octal, and binary ASCII value, plus a searchable reference table.
How it works
- Type a single character into the lookup field.
- The decimal, hex, octal, and binary codes for that character appear immediately.
- Or type a number instead, like 65 or 0x41, to look up the character it represents.
- Use the search box above the table to filter the full ASCII 32-126 reference list.
- Click any row's copy button to copy that character to your clipboard.
Use cases
- Look up the decimal or hex code for a character while writing a parser or protocol.
- Check what character a byte value like 0x41 or 97 represents.
- Find the ASCII code for control characters and punctuation quickly.
- Teach or learn how characters map to decimal, hex, octal, and binary values.
- Copy a hard-to-type character like a backtick or pipe straight from the table.
- Debug encoding issues by confirming the exact code point of a character.
Frequently Asked Questions
Last updated: 2026-07-21 ·
Reviewed by Nham Vu