Docs
ASCII Chart

ASCII Chart

The ASCII Chart is a reference that shows the ASCII character set and the decimal and hexadecimal numbers associated with each character.

Control Characters

The first 32 characters (0—31 decimal) in the ASCII chart are control characters. These characters are not printable and are used to control devices such as printers. Also, introduced later on, is the DEL character (127 decimal) which is used to delete a character.

DecimalHexadecimalCharacter
000NUL (null)
101SOH (start of heading)
202STX (start of text)
303ETX (end of text)
404EOT (end of transmission)
505ENQ (enquiry)
606ACK (acknowledge)
707BEL (bell)
808BS (backspace)
909HT (horizontal tab)
100ALF (line feed)
110BVT (vertical tab)
120CFF (form feed)
130DCR (carriage return)
140ESO (shift out)
150FSI (shift in)
1610DLE (data link escape)
1711DC1 (device control 1)
1812DC2 (device control 2)
1913DC3 (device control 3)
2014DC4 (device control 4)
2115NAK (negative acknowledge)
2216SYN (synchronous idle)
2317ETB (end of transmission block)
2418CAN (cancel)
2519EM (end of medium)
261ASUB (substitute)
271BESC (escape)
281CFS (file separator)
291DGS (group separator)
301ERS (record separator)
311FUS (unit separator)
1277FDEL (delete)

Printable Characters

The next 95 characters (32—126 decimal) in the ASCII chart are printable characters. These characters are the standard English alphabet (A—Z, a—z), numbers (0—9), punctuation marks, and symbols such as the dollar sign ($), ampersand (&), asterisk (*) and the space character which denotes the space between words.

DecimalHexadecimalCharacterDecimalHexadecimalCharacterDecimalHexadecimalCharacter
3220(space)6440@9660`
3321!6541A9761a
3422"6642B9862b
3523#6743C9963c
3624$6844D10064d
3725%6945E10165e
3826&7046F10266f
3927'7147G10367g
4028(7248H10468h
4129)7349I10569i
422A*744AJ1066Aj
432B+754BK1076Bk
442C,764CL1086Cl
452D-774DM1096Dm
462E.784EN1106En
472F/794FO1116Fo
483008050P11270p
493118151Q11371q
503228252R11472r
513338353S11573s
523448454T11674t
533558555U11775u
543668656V11876v
553778757W11977w
563888858X12078x
573998959Y12179y
583A:905AZ1227Az
593B;915B[1237B{
603C<925C\1247C|
613D=935D]1257D}
623E>945E^1267E~
633F?955F_