Skip to main content
Skip table of contents

ASCII Codes

ASCII Code
Decimal

Hex

Character

 

Control Character

00NULL(null)Ctrl + @
11SOH(start of heading)Ctrl + A
22STX(start of text)Ctrl + B
33ETX(end of text)Ctrl + C
44EOT(end of transmission)Ctrl + D
55ENQ(enquiry)Ctrl + E
66ACK(acknowledge)Ctrl + F
77BEL(bell)Ctrl + G
88BS(backspace)Ctrl + H
99TAB(horizontal tab)Ctrl + I
10ALF(NL line feed, new line)Ctrl + J
11BVT(vertical tab)Ctrl + K
12CFF(NP form feed, new page)Ctrl + L
13DCR(carriage return)Ctrl + M
14ESO(shift out)Ctrl + N
15FSI(shift in)Ctrl + O
1610DLE(data link escape)Ctrl + P
1711DC1(device control 1)Ctrl + Q
1812DC2(device control 2)Ctrl + R
1913DC3(device control 3)Ctrl + S
2014DC4(device control 4)Ctrl + T
2115NAK(negative acknowledge)Ctrl + U
2216SYN(synchronous idle)Ctrl + V
2317ETB(end of trans. block)Ctrl + W
2418CAN(cancel)Ctrl + X
2519EM(end of medium)Ctrl + Y
261ASUB(substitute)Ctrl + Z
271BESC(escape)Ctrl + [
281CFS(file separator)Ctrl + \
291DGS(group separator)Ctrl + ]
301ERS(record separator)Ctrl + ^
31 See Note1FUS(unit separator)Ctrl + _
3220 (space) 
3321!  
3422"  
3523#  
3624$  
3725%  
3826&  
3927'  
4028(  
4129)  
422A\  
432B+  
442C,  
452D-  
462E.  
472F/  
48300  
49 311  
50322  
51333  
52344  
53355  
54366  
55377  
56388  
57399  
583A:  
593B;  
603C<  
613D=  
623E>  
633F?  
6440@  
6541A  
6642B  
6743C  
6844D  
6945E  
7046F  
7147G  
7248H  
7349I  
744AJ  
754BK  
764CL  
774DM  
784EN  
794FO  
8050P  
8151Q  
8252R  
8353S  
8454T  
8555U  
8656V  
8757W  
8858X  
8959Y  
905AZ  
915B[  
925C\  
935D]  
945E^  
955F_  
9660`  
9761a  
9862b  
9963c  
10064d  
10165e  
10266f  
10367g  
10468h  
10569i  
1066Aj  
1076Bk  
1086Cl  
1096Dm  
1106En  
1116Fo  
11270p  
11371q  
11472r  
11573s  
11674t  
11775u  
11876v  
11977x  
12078x  
12179y  
1227Az  
1237B{  
1247C\  
1257D}  
1267E~  
1277FDEL  
Note

ASCII Code 31 (1F Hex) can not be used for a Binary Text Comment

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.