Thursday, December 1, 2016

Ascii,Octal,Decimal, Binary data Table

Ascii Table

Dec Hex Oct HTML Chr Binary
00000NUL(null)00000000
11001 (start of heading)00000001
22002 (start of text)00000010
33003 ETX(end of text)00000011
44004EOT(end of transmission)00000100
55005ENQ(enquiry)00000101
66006ACK(acknowledge)00000110
77007BEL(bell)00000111
88010BS(backspace)00001000
99011TAB(horizontal tab)00001001
10A012LF(LineFeed)00001010
11B013VT(vertical tab)00001011
12C014FF(NP form feed)00001100
13D015CR(carriage return)00001101
14E016SO(shift out)00001110
15F017SI(shift in)00001111
1610020DLE(device link escape)00010000
1711021DC1(device control 1)00010001
1812022 DC2(device control 2)00010010
1913023DC3(device control 3)00010011
2014024DC4(device control 4)00010100
2115025NAK(negative acknowledge)00010101
2216026SYN(synchronous idle)00010110
2317027ETB(end of trans. block)00010111
2418030CAN(cancel)00011000
2519031EM(end of medium)00011001
261A032SUB(substitute)00011010
271B033ESC(escape) 00011011
281C034FS(file separator)00011100
291D035GS(group separator)00011101
301E036RS(record separator) 00011110
311F037US(unit separator)00011111
3220040 Space00100000
3321041!!00100001
3422042""00100010
3523043##00100011
3624044$$00100100
3725045%%00100101
3826046&&00100110
3927047''00100111
4028050((00101000
4129051))00101001
422A052**00101010
432B053++00101011
442C054,,00101100
452D055--00101101
462E056..00101110
472F057//00101111
48300600000110000
49310611100110001
50320622200110010
51330633300110011
52340644400110100
53350655500110101
54360666600110110
55370677700110111
56380708800111000
57390719900111001
583A072::00111010
593B073&#59;;00111011
603C074&#60;<00111100
613D075&#61;=00111101
623E076&#62;>00111110
633F077&#63;?00111111
6440100&#64;@01000000
6541101&#65;A01000001
6642102&#66;B01000010
6743103&#67;C01000011
6844104&#68;D01000100
6945105&#69;E01000101
7046106&#70;F01000110
7147107&#71;G01000111
7248110&#72;H01001000
7349111&#73;I01001001
744A112&#74;J01001010
754B113&#75;K01001011
764C114&#76;L01001100
774D115&#77;M01001101
784E116&#78;N01001110
794F117&#79;O01001111
8050120&#80;P01010000
8151121&#81;Q01010001
8252122&#82;R01010010
8353123&#83;S01010011
8454124&#84;T01010100
8555125&#85;U01010101
8656126&#86;V01010110
8757127&#87;W01010111
8858130&#88;X01011000
8959131&#89;Y01011001
905A132&#90;Z01011010
915B133&#91;[01011011
925C134&#92;\01011100
935D135&#93;]01011101
945E136&#94;^01011110
955F137&#95;_01011111
9660140&#96;`01100000
9761141&#97;a01100001
9862142&#98;b01100010
9963143&#99;c01100011
10064144&#100;d01100100
10165145&#101;e01100101
10266146&#102;f01100110
10367147&#103;g01100111
10468150&#104;h01101000
10569151&#105;i01101001
1066A152&#106;j01101010
1076B153&#107;k01101011
1086C154&#108;l01101100
1096D155&#109;m01101101
1106E156&#110;n01100100
1116F157&#111;o01100101
11270160&#112;p01110000
11371161&#113;q01110001
11472162&#114;r01110010
11573163&#115;s01110011
11674164&#116;t01110100
11775165&#117;u01110101
11876166&#118;v01110110
11977167&#119;w01110111
12078170&#120;x01111001
12179171&#121;y01111010
1227A172&#122;z01111011
1237B173&#123;{01111111
1247C174&#124;|01111100
1257D175&#125;}01111101
1267E176&#126;~01111110
1277F177&#127;DEL01111111

No comments:

Post a Comment