Instructions
7.2 Appendix 2: ASCII Table
Hex Dec Char
00
01
02
03
04
05
06
07
08
09
0a
0b
0c
0
1
2
3
4
5
6
7
NUL (Null char.)
SOH (Start of Header)
STX
ETX
(Start of Text)
(End of Text)
EOT (End of Transmission)
ENQ (Enquiry)
ACK (Acknowledgment)
BEL
BS
HT
LF
VT
FF
CR
SO
SI
(Bell)
8
9
(Backspace)
(Horizontal Tab)
(Line Feed)
(Vertical Tab)
(Form Feed)
(Carriage Return)
(Shift Out)
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Dec
34
35
36
37
38
39
40
41
42
43
44
45
0d
0e
0f
(Shift In)
10
11
12
13
14
15
16
17
18
19
1a
1b
1c
DLE (Data Link Escape)
DC1 (XON) (Device Control 1)
DC2 (Device Control 2)
DC3 (XOFF) (Device Control 3)
DC4 (Device Control 4)
NAK (NegativeAcknowledgment)
SYN
ETB
(Synchronous Idle)
(End of Trans. Block)
CAN (Cancel)
EM
SUB
ESC
FS
GS
RS
US
SP
!
(End of Medium)
(Substitute)
(Escape)
(File Separator)
(Group Separator)
(Request to Send)
(Unit Separator)
(Space)
1d
1e
1f
20
21
Hex
22
23
24
25
26
27
28
29
2a
2b
2c
(Exclamation Mark)
Char
"
#
(Double Quote)
(Number Sign)
(Dollar Sign)$
%
&
(Percent)
(Ampersand)
`
(
)
*
(Single Quote)
(Right / Closing Parenthesis)
(Right / Closing Parenthesis)
(Asterisk)
+ (Plus)
, (Comma)
2d - (Minus / Dash)
55