0% found this document useful (0 votes)
88 views

Character Chart-Ascii-Binary-Hex-Dec

This document provides a table that maps ASCII characters to their corresponding binary, hexadecimal, and decimal values. It shows the high and low bits of each hex value and its equivalent binary representation. It also includes short descriptions of common ASCII control characters like CR, LF, BS, TAB, etc.

Uploaded by

xkbuk
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
88 views

Character Chart-Ascii-Binary-Hex-Dec

This document provides a table that maps ASCII characters to their corresponding binary, hexadecimal, and decimal values. It shows the high and low bits of each hex value and its equivalent binary representation. It also includes short descriptions of common ASCII control characters like CR, LF, BS, TAB, etc.

Uploaded by

xkbuk
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

ASCII - Binary - Hexa Decimal Conversion Data Hunter

High Address
Low Hex 0 1 2 3 4 5 6 7
Hex binary 0000 0001 0010 0011 0100 0101 0110 0111
0 16 32 48 64 80 (below ~ key) 96 112 Dec
0 0000 NUL 00 DLE 10 SP 20 0 30 @ 40 P 50 ` 60 p 70 Hex
1 XON 17 33 49 65 81 97 113 Dec
1 0001 SOH 01 DC1 11 ! 21 1 31 A 41 Q 51 a 61 q 71 Hex
2 18 34 50 66 82 98 114 Dec
2 0010 STX 02 DC2 12 " 22 2 32 B 42 R 52 b 62 r 72 Hex
3 XOF 19 35 51 67 83 99 115 Dec
3 0011 ETX 03 DC3 13 # 23 3 33 C 43 S 53 c 63 s 73 Hex
4 20 36 52 68 84 100 116 Dec
4 0100 EOT 04 DC4 14 $ 24 4 34 D 44 T 54 d 64 t 74 Hex
5 21 37 53 69 85 101 117 Dec
5 0101 ENQ 05 NAK 15 % 25 5 35 E 45 U 55 e 65 u 75 Hex
6 22 38 54 70 86 102 118 Dec
6 0110 ACK 06 SYN 16 & 26 6 36 F 46 V 56 f 66 v 76 Hex
7 23 (below " key) 39 55 71 87 103 119 Dec
7 0111 BEL 07 ETB 17 ' 27 7 37 G 47 W 57 g 67 w 77 Hex
8 24 40 56 72 88 104 120 Dec
8 1000 BS 08 CAN 18 ( 28 8 38 H 48 X 58 h 68 x 78 Hex
9 25 41 57 73 89 105 121 Dec
9 1001 HT 09 EM 19 ) 29 9 39 I 49 Y 59 I 69 y 79 Hex
10 26 42 58 74 90 106 122 Dec
A 1010 LF 0A SUB 1A * 2A : 3A J 4A Z 5A j 6A z 7A Hex
11 27 43 59 75 91 107 123 Dec
B 1011 VT 0B ESC 1B + 2B ; 3B K 4B [ 5B k 6B { 7B Hex
12 28 44 60 76 92 108 124 Dec
C 1100 FF 0C FS 1C , 2C < 3C L 4C \ 5C l 6C | 7C Hex
13 29 45 61 77 93 109 125 Dec
D 1101 CR 0D GS 1D - 2D = 3D M 4D ] 5D m 6D } 7D Hex
14 30 46 62 78 94 110 126 Dec
E 1110 SO 0E RS 1E . 2E > 3E N 4E ^ 5E n 6E ~ 7E Hex
15 31 47 63 79 95 111 127 Dec
F 1111 SI 0F US 1F / 2F ? 3F O 4F _ 5F o 6F del 7F Hex
ACK - Acknowledge EOT - End of Transmission NAK - Negative Acknowledgement
BEL - Bell EM - End of Medum NUL - Null
BS - Backspace ENQ - Enquiry RS - Record Separator
CAN - Cancel ESC - Escape SI - Shift In
CR - Carriage Return ETX - End of Text SO - Shift Out
DC1 - Device Control 1 ETB - End of Trasmission Block SOH - Start of Heading
DC2 - Device Control 2 FF - Form Feed SP - Space
DC3 - Device Control 3 FS - File Separator STX - Start of Text
DC4 - Device Control 4 GS - Group Separator SUB - Substitute
DEL - Delete HT - Horizontal Tabulation SYN - Synchronous Idle
DLE - Data Link Escape LF - Line Feed US - Unit Separator
VT - Vertical Tabulation

You might also like