This blog is under construction

Sunday 3 February 2013

ASCII Table For Control And Printable Characters

(000-031) - Control characters
(032-127) - Printable characters


Non-Printable ASCII characters(control characters):
  DECIMAL     OCTAL     HEXA     BINARY   HTML    CHAR   DESCRIPTION
0000000000000000�NULnull character
0010010010000001SOHstart of heading
0020020020000010STXstart of text
0030030030000011ETXend of text
0040040040000100EOTend of transmission
0050050050000101ENQenquiry
0060060060000110ACKacknowledge
0070070070000111BELbell
0080100080001000BSbackspace
0090110090001001	HThorizontal tap
01001200a0001010
LFline feed
01101300b0001011VTvertical tab
01201400c0001100FFform feed
01301500d0001101
CRcarriage return
01401600e0001110SOshift out
01501700f0001111SIshift in
0160200100010000DLEdata line escape
0170210110010001DC1device control 1
0180220120010010DC2device control 2
0190230130010011DC3device control 3
0200240140010100DC4device control 4
0210250150010101NAKnegative ACK
0220260160010110SYNsynchronous idle
0230270170010111ETBend of transmission block
0240300180011000CANcancel
0250310190011001EMend of medium
02603201a0011010SUBsubstitute
02703301b0011011ESCescape
02803401c0011100FSfile separator
02903501d0011101GSrecord separator
03003601e0011110RSgroup separator
03103701f0011111USunit separator
0320400200100000 space



Printable ASCII Characters:
  DECIMAL     OCTAL     HEXA     BINARY     HTML     CHAR   DESCRIPTION
0330410210100001!! Exclamation mark
0340420220100010"" double quote
0350430230100011## hash
0360440240100100$$ dollar
0370450250100101%% percent
0380460260100110&& ambersand
0390470270100111'' single quote
0400500280101000(( left parenthesis
0410510290101001)) right parenthesis
04205202a0101010** asterisk
04305302b0101011++ plus
04405402c0101100,, comma
04505502d0101101-- minus
04605602e0101110.. period
04705702f0101111// slash
048060030011000000 zero
049061031011000111 one
050062032011001022 two
051063033011001133 three
052064034011010044 four
053065035011010155 five
054066036011011066 six
055067037011011177 seven
056070038011100088 eight
057071039011100199 nine
05807203a0111010:: colon
05907303b0111011&#059;; semi colon
06007403c0111100&#060;< less than
06107503d0111101&#061;= equals
06207603e0111110&#062;> greater than
06307703f0111111&#063;? question mark
0641000401000000&#064;@ at
0651010411000001&#065;A Caps A
0661020421000010&#066;B Caps B
0671030431000011&#067;C Caps C
0681040441000100&#068;D Caps D
0691050451000101&#069;E Caps E
0701060461000110&#070;F Caps F
0711070471000111&#071;G Caps G
0721100481001000&#072;H Caps H
0731110491001001&#073;I Caps I
07411204a1001010&#074;J Caps J
07511304b1001011&#075;K Caps K
07611404c1001100&#076;L Caps L
07711504d1001101&#077;M Caps M
07811604e1001110&#078;N Caps N
07911704f1001111&#079;O Caps O
0801200501010000&#080;P Caps P
0811210511010001&#081;Q Caps Q
0821220521010010&#082;R Caps R
0831230531010011&#083;S Caps S
0841240541010100&#084;T Caps T
0851250551010101&#085;U Caps U
0861260561010110&#086;V Caps V
0871270571010111&#087;W Caps W
0881300581011000&#088;X Caps X
0891310591011001&#089;Y Caps Y
09013205a1011010&#090;Z Caps Z
09113305b1011011&#091;[ open square brace
09213405c1011100&#092;\ backslash
09313505d1011101&#093;] close square brace
09413605e1011110&#094;^ unicode caret
09513705f1011111&#095;_ underscore
0961400601100000&#096;` grave accent
0971410611100001&#097;a a
0981420621100010&#098;b b
0991430631100011&#099;c c
1001440641100100&#100;d d
1011450651100101&#101;e e
1021460661100110&#102;f f
1031470671100111&#103;g g
1041500681101000&#104;h h
1051510691101001&#105;i i
10615206a1101010&#106;j j
10715306b1101011&#107;k k
10815406c1101100&#108;l l
10915506d1101101&#109;m m
11015606e1101110&#110;n n
11115706f1101111&#111;o o
1121600701110000&#112;p p
1131610711110001&#113;q q
1141620721110010&#114;r r
1151630731110011&#115;s s
1161640741110100&#116;t t
1171650751110101&#117;u u
1181660761110110&#118;v v
1191670771110111&#119;w w
1201700781111000&#120;x x
1211710791111001&#121;y y
12217207a1111010&#122;z z
12317307b1111011&#123;{ open curly brace
12417407c1111100&#124;|pipe
12517507d1111101&#125;} close curly brace
12617607e1111110&#126;~ tilde
12717707f1111111&#127;DELdelete





No comments:

Post a Comment