ASCII Table

ASCII (American Standard Code for Information Interchange), is a character encoding standard for electronic communication. It is a 7-bit code. ASCII codes represent text in computers, telecommunications equipment, and other devices.

Many 8-bit codes (e.g., ISO 8859-1) contain ASCII as their lower half. The international counterpart of ASCII is known as ISO 646-IRV.

ASCII Table

DecimalOctalHexadecimalChar
00000x00NUL '\0' (null character)
10010x01SOH (start of heading)
20020x02STX (start of text)
30030x03ETX (end of text)
40040x04EOT (end of transmission)
50050x05ENQ (enquiry)
60060x06ACK (acknowledge)
70070x07BEL '\a' (bell)
80100x08BS '\b' (backspace)
90110x09HT '\t' (horizontal tab)
100120x0ALF '\n' (new line)
110130x0BVT '\v' (vertical tab)
120140x0CFF '\f' (form feed)
130150x0DCR '\r' (carriage ret)
140160x0ESO (shift out)
150170x0FSI (shift in)
160200x10DLE (data link escape)
170210x11DC1 (device control 1)
180220x12DC2 (device control 2)
190230x13DC3 (device control 3)
200240x14DC4 (device control 4)
210250x15NAK (negative ack.)
220260x16SYN (synchronous idle)
230270x17ETB (end of trans. blk)
240300x18CAN (cancel)
250310x19EM (end of medium)
260320x1ASUB (substitute)
270330x1BESC (escape)
280340x1CFS (file separator)
290350x1DGS (group separator)
300360x1ERS (record separator)
310370x1FUS (unit separator)
320400x20SPACE
330410x21! (not)
340420x22"
350430x23#
360440x24$ (doller)
370450x25% (percentile)
380460x26&
390470x27'
400500x28(
410510x29)
420520x2A*
430530x2B+ (plus)
440540x2C,
450550x2D-
460560x2E.
470570x2F/
480600x300
490610x311
500620x322
510630x333
520640x344
530650x355
540660x366
550670x377
560700x388
570710x399
580720x3A: (colon)
590730x3B; (semi colon)
600740x3C<
610750x3D=
620760x3E>
630770x3F?
641000x40@
651010x41A
661020x42B
671030x43C
681040x44D
691050x45E
701060x46F
711070x47G
721100x48H
731110x49I
741120x4AJ
751130x4BK
761140x4CL
771150x4DM
781160x4EN
791170x4FO
801200x50P
811210x51Q
821220x52R
831230x53S
841240x54T
851250x55U
861260x56V
871270x57W
881300x58X
891310x59Y
901320x5AZ
911330x5B[
921340x5C\ '\'
931350x5D]
941360x5E^
951370x5F_
961400x60`
971410x61a
981420x62b
991430x63c
1001440x64d
1011450x65e
1021460x66f
1031470x67g
1041500x68h
1051510x69i
1061520x6Aj
1071530x6Bk
1081540x6Cl
1091550x6Dm
1101560x6En
1111570x6Fo
1121600x70p
1131610x71q
1141620x72r
1151630x73s
1161640x74t
1171650x75u
1181660x76v
1191670x77w
1201700x78x
1211710x79y
1221720x7Az
1231730x7B{
1241740x7C|
1251750x7D}
1261760x7E~
1271770x7FDEL



©2023-2024 rculock.com