Skip to content
QKQuickKit日本語
ReferenceLOCALRuns in your browser

ASCII Table

The 128 US-ASCII code points with decimal, hex, octal, and binary values, control names, and C escape sequences.

This tool handles input and primary processing in your browser and is designed not to send the input to QuickKit’s server.

DecHexOctBinaryCharNameEscapeType
00000000000000NULNull\0control
10100100000001SOHStart of Headingcontrol
20200200000010STXStart of Textcontrol
30300300000011ETXEnd of Textcontrol
40400400000100EOTEnd of Transmissioncontrol
50500500000101ENQEnquirycontrol
60600600000110ACKAcknowledgecontrol
70700700000111BELBell\acontrol
80801000001000BSBackspace\bcontrol
90901100001001HTHorizontal Tab\tcontrol
100A01200001010LFLine Feed\ncontrol
110B01300001011VTVertical Tab\vcontrol
120C01400001100FFForm Feed\fcontrol
130D01500001101CRCarriage Return\rcontrol
140E01600001110SOShift Outcontrol
150F01700001111SIShift Incontrol
161002000010000DLEData Link Escapecontrol
171102100010001DC1Device Control One (XON)control
181202200010010DC2Device Control Twocontrol
191302300010011DC3Device Control Three (XOFF)control
201402400010100DC4Device Control Fourcontrol
211502500010101NAKNegative Acknowledgecontrol
221602600010110SYNSynchronous Idlecontrol
231702700010111ETBEnd of Transmission Blockcontrol
241803000011000CANCancelcontrol
251903100011001EMEnd of Mediumcontrol
261A03200011010SUBSubstitutecontrol
271B03300011011ESCEscapecontrol
281C03400011100FSFile Separatorcontrol
291D03500011101GSGroup Separatorcontrol
301E03600011110RSRecord Separatorcontrol
311F03700011111USUnit Separatorcontrol
322004000100000SPSpaceprintable
332104100100001!printable
342204200100010"printable
352304300100011#printable
362404400100100$printable
372504500100101%printable
382604600100110&printable
392704700100111'printable
402805000101000(printable
412905100101001)printable
422A05200101010*printable
432B05300101011+printable
442C05400101100,printable
452D05500101101-printable
462E05600101110.printable
472F05700101111/printable
4830060001100000printable
4931061001100011printable
5032062001100102printable
5133063001100113printable
5234064001101004printable
5335065001101015printable
5436066001101106printable
5537067001101117printable
5638070001110008printable
5739071001110019printable
583A07200111010:printable
593B07300111011;printable
603C07400111100<printable
613D07500111101=printable
623E07600111110>printable
633F07700111111?printable
644010001000000@printable
654110101000001Aprintable
664210201000010Bprintable
674310301000011Cprintable
684410401000100Dprintable
694510501000101Eprintable
704610601000110Fprintable
714710701000111Gprintable
724811001001000Hprintable
734911101001001Iprintable
744A11201001010Jprintable
754B11301001011Kprintable
764C11401001100Lprintable
774D11501001101Mprintable
784E11601001110Nprintable
794F11701001111Oprintable
805012001010000Pprintable
815112101010001Qprintable
825212201010010Rprintable
835312301010011Sprintable
845412401010100Tprintable
855512501010101Uprintable
865612601010110Vprintable
875712701010111Wprintable
885813001011000Xprintable
895913101011001Yprintable
905A13201011010Zprintable
915B13301011011[printable
925C13401011100\printable
935D13501011101]printable
945E13601011110^printable
955F13701011111_printable
966014001100000`printable
976114101100001aprintable
986214201100010bprintable
996314301100011cprintable
1006414401100100dprintable
1016514501100101eprintable
1026614601100110fprintable
1036714701100111gprintable
1046815001101000hprintable
1056915101101001iprintable
1066A15201101010jprintable
1076B15301101011kprintable
1086C15401101100lprintable
1096D15501101101mprintable
1106E15601101110nprintable
1116F15701101111oprintable
1127016001110000pprintable
1137116101110001qprintable
1147216201110010rprintable
1157316301110011sprintable
1167416401110100tprintable
1177516501110101uprintable
1187616601110110vprintable
1197716701110111wprintable
1207817001111000xprintable
1217917101111001yprintable
1227A17201111010zprintable
1237B17301111011{printable
1247C17401111100|printable
1257D17501111101}printable
1267E17601111110~printable
1277F17701111111DELDeletecontrol

Names follow the ANSI X3.4 / Unicode C0 control identifiers. This table covers 7-bit ASCII only, not any 8-bit extension or code page.

How it works

US-ASCII (ANSI X3.4 / ISO/IEC 646), which is also the first 128 code points of Unicode: the C0 control characters (0–31), the printable characters (32–126), and DEL (127). Each row shows the decimal, two-digit hexadecimal, three-digit octal, and eight-bit binary value, the abbreviation or glyph, the long name for control characters, and the C-style escape sequence where one exists. Filter by any of those — a number, `0x0A`, `LF`, `\n`, or a glyph. Control-character names are the standard identifiers and are shown in English in both languages.