DevTools

ASCII Table

Interactive ASCII character reference table

Reference

128 of 128 characters

DecHexOctBinCharDescription
00000000000000NULNUL (Null)
10100100000001SOHSOH (Start of Heading)
20200200000010STXSTX (Start of Text)
30300300000011ETXETX (End of Text)
40400400000100EOTEOT (End of Transmission)
50500500000101ENQENQ (Enquiry)
60600600000110ACKACK (Acknowledge)
70700700000111BELBEL (Bell)
80801000001000BSBS (Backspace)
90901100001001HTHT (Horizontal Tab)
100A01200001010LFLF (Line Feed)
110B01300001011VTVT (Vertical Tab)
120C01400001100FFFF (Form Feed)
130D01500001101CRCR (Carriage Return)
140E01600001110SOSO (Shift Out)
150F01700001111SISI (Shift In)
161002000010000DLEDLE (Data Link Escape)
171102100010001DC1DC1 (Device Control 1)
181202200010010DC2DC2 (Device Control 2)
191302300010011DC3DC3 (Device Control 3)
201402400010100DC4DC4 (Device Control 4)
211502500010101NAKNAK (Negative Acknowledge)
221602600010110SYNSYN (Synchronous Idle)
231702700010111ETBETB (End of Trans. Block)
241803000011000CANCAN (Cancel)
251903100011001EMEM (End of Medium)
261A03200011010SUBSUB (Substitute)
271B03300011011ESCESC (Escape)
281C03400011100FSFS (File Separator)
291D03500011101GSGS (Group Separator)
301E03600011110RSRS (Record Separator)
311F03700011111USUS (Unit Separator)
322004000100000SPSpace
332104100100001!Symbol !
342204200100010"Symbol "
352304300100011#Symbol #
362404400100100$Symbol $
372504500100101%Symbol %
382604600100110&Symbol &
392704700100111'Symbol '
402805000101000(Symbol (
412905100101001)Symbol )
422A05200101010*Symbol *
432B05300101011+Symbol +
442C05400101100,Symbol ,
452D05500101101-Symbol -
462E05600101110.Symbol .
472F05700101111/Symbol /
4830060001100000Digit 0
4931061001100011Digit 1
5032062001100102Digit 2
5133063001100113Digit 3
5234064001101004Digit 4
5335065001101015Digit 5
5436066001101106Digit 6
5537067001101117Digit 7
5638070001110008Digit 8
5739071001110019Digit 9
583A07200111010:Symbol :
593B07300111011;Symbol ;
603C07400111100<Symbol <
613D07500111101=Symbol =
623E07600111110>Symbol >
633F07700111111?Symbol ?
644010001000000@Symbol @
654110101000001AUppercase A
664210201000010BUppercase B
674310301000011CUppercase C
684410401000100DUppercase D
694510501000101EUppercase E
704610601000110FUppercase F
714710701000111GUppercase G
724811001001000HUppercase H
734911101001001IUppercase I
744A11201001010JUppercase J
754B11301001011KUppercase K
764C11401001100LUppercase L
774D11501001101MUppercase M
784E11601001110NUppercase N
794F11701001111OUppercase O
805012001010000PUppercase P
815112101010001QUppercase Q
825212201010010RUppercase R
835312301010011SUppercase S
845412401010100TUppercase T
855512501010101UUppercase U
865612601010110VUppercase V
875712701010111WUppercase W
885813001011000XUppercase X
895913101011001YUppercase Y
905A13201011010ZUppercase Z
915B13301011011[Symbol [
925C13401011100\Symbol \
935D13501011101]Symbol ]
945E13601011110^Symbol ^
955F13701011111_Symbol _
966014001100000`Symbol `
976114101100001aLowercase a
986214201100010bLowercase b
996314301100011cLowercase c
1006414401100100dLowercase d
1016514501100101eLowercase e
1026614601100110fLowercase f
1036714701100111gLowercase g
1046815001101000hLowercase h
1056915101101001iLowercase i
1066A15201101010jLowercase j
1076B15301101011kLowercase k
1086C15401101100lLowercase l
1096D15501101101mLowercase m
1106E15601101110nLowercase n
1116F15701101111oLowercase o
1127016001110000pLowercase p
1137116101110001qLowercase q
1147216201110010rLowercase r
1157316301110011sLowercase s
1167416401110100tLowercase t
1177516501110101uLowercase u
1187616601110110vLowercase v
1197716701110111wLowercase w
1207817001111000xLowercase x
1217917101111001yLowercase y
1227A17201111010zLowercase z
1237B17301111011{Symbol {
1247C17401111100|Symbol |
1257D17501111101}Symbol }
1267E17601111110~Symbol ~
1277F17701111111DELDEL (Delete)

About ASCII Table

Complete ASCII code chart with decimal, hexadecimal, octal, and binary values for all 128 ASCII characters. Includes control characters, printable characters, and extended descriptions. Search and filter by character, code, or description.

Privacy First

All processing happens entirely in your browser. No data is sent to any server, and nothing is stored. Your input stays on your device.

FAQ

What is ASCII?

ASCII (American Standard Code for Information Interchange) is a character encoding standard that assigns numeric values (0–127) to letters, digits, punctuation, and control characters. It forms the basis of most modern character encodings including UTF-8.

How many characters are in ASCII?

ASCII defines 128 characters: 33 control characters (0–31 and 127), 1 space character (32), and 94 printable characters (33–126) including uppercase/lowercase letters, digits, and symbols.

What is the difference between ASCII and Unicode?

ASCII covers only 128 characters (English letters, digits, basic symbols). Unicode is a superset that includes over 149,000 characters from virtually every writing system in the world. The first 128 Unicode code points are identical to ASCII.