Binary
Format
Character
Decimal
Value
Hex
Value Binary
Value
Least 6
Significant Bits
Binary
Format
Character
Decimal
Value
Hex
Value Binary
Value
Least 6
Significant Bits
@
A
B
C
D
E
F
G
H
I
64 40
0100
0000
65 41
0100
0001
66 42
0100
0010
67 43
0100
0011
68 44
0100
0100
69 45
0100
0101
70 46
0100
0110
71 47
0100
0111
72 48
0100
1000
73 49
0100
1001
000000
000001
000010
000011
000100
000101
000110
000111
001000
001001
‘
(1)
!
"
#
$
%
&
’
(
)
96
33
34
35
36
37
38
39
40
41
60 0110
0000
21 0010
0001
22 0010
0010
23 0010
0011
24 0010
0100
25 0010
0101
26 0010
0110
27 0010
0111
28 0010
1000
29 0010
1001
100000
100001
100010
100011
100100
100101
100110
100111
101000
101001
J
K
L
M
N
O
74 4A
0100
1010
75 4B
0100
1011
76 4C
0100
1100
77 4D
0100
1101
78 4E
0100
1110
79 4F
0100
1111
001010
001011
001100
001101
001110
001111
j
(2)
+
,
-
.
/
106 6A 0110
1010
43 2B
0010
1011
44 2C
0010
1100
45 2D
0010
1101
46 2E
0010
1110
47 2F
0010
1111
101010
101011
101100
101101
101110
101111
P
Q
R
S
T
U
V
W
X
Y
80 50
0101
0000
81 51
0101
0001
82 52
0101
0010
83 53
0101
0011
84 54
0101
0100
85 55
0101
0101
86 56
0101
0110
87 57
0101
0111
88 58
0101
1000
89 59
0101
1001
010000
010001
010010
010011
010100
010101
010110
010111
011000
011001
0
1
2
3
4
5
6
7
8
9
48
49
50
51
52
53
54
55
56
57
30 0011
0000
31 0011
0001
32 0011
0010
33 0011
0011
34 0011
0100
35 0011
0101
36 0011
0110
37 0011
0111
38 0011
1000
39 0011
1001
110000
110001
110010
110011
110100
110101
110110
110111
111000
111001
Z
[
\
]
^
_
90 5A
0101
1010
91 5B
0101
1011
92 5C
0101
1100
93 5D
0101
1101
94 5E
0101
1110
95 5F
0101
1111
011010
011011
011100
011101
011110
011111
:
:
<
=
>
?
58 3A
0011
1010
59 3B
0011
1011
60 3C
0011
1100
61 3D
0011
1101
62 3E
0011
1110
63 3F 0011
1111
111010
111011
111100
111101
111110
111111
(1) The grave accent character is used instead of a space to provide printable characters for debug and verification purposes.
(2) The lower case ‘j’ is used instead of the ‘*’ because the ‘*’ is interpreted as a message header character.
Table 5.2—Binary Format Character Codes
3 3