Skip to main content

ASCII Table

Complete printable ASCII reference with decimal, hex, and octal codes.

DecHexOctChar
320x2040␣ (space)
330x2141!
340x2242"
350x2343#
360x2444$
370x2545%
380x2646&
390x2747'
400x2850(
410x2951)
420x2A52*
430x2B53+
440x2C54,
450x2D55-
460x2E56.
470x2F57/
480x30600
490x31611
500x32622
510x33633
520x34644
530x35655
540x36666
550x37677
560x38708
570x39719
580x3A72:
590x3B73;
600x3C74<
610x3D75=
620x3E76>
630x3F77?
640x40100@
650x41101A
660x42102B
670x43103C
680x44104D
690x45105E
700x46106F
710x47107G
720x48110H
730x49111I
740x4A112J
750x4B113K
760x4C114L
770x4D115M
780x4E116N
790x4F117O
800x50120P
810x51121Q
820x52122R
830x53123S
840x54124T
850x55125U
860x56126V
870x57127W
880x58130X
890x59131Y
900x5A132Z
910x5B133[
920x5C134\
930x5D135]
940x5E136^
950x5F137_
960x60140`
970x61141a
980x62142b
990x63143c
1000x64144d
1010x65145e
1020x66146f
1030x67147g
1040x68150h
1050x69151i
1060x6A152j
1070x6B153k
1080x6C154l
1090x6D155m
1100x6E156n
1110x6F157o
1120x70160p
1130x71161q
1140x72162r
1150x73163s
1160x74164t
1170x75165u
1180x76166v
1190x77167w
1200x78170x
1210x79171y
1220x7A172z
1230x7B173{
1240x7C174|
1250x7D175}
1260x7E176~

What does this tool do?

Direct answerA searchable reference of the 95 printable ASCII characters (codes 32–126) with decimal, hex, and octal values.
Key factASCII defines 128 codes; 95 are printable, 33 are control characters.
ProcessingRuns locally in your browser; no data is sent to a server.

How to use

  1. Scroll or filter by decimal, hex, or character.
  2. 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.

More tools in this category