
41
10. Table of ASCII codes
Upper
Lower
00h 10h 20h 30h 40h 50h 60h 70h
00h
NUL
DEL
SPACE
0 @ P ` p
01h
SOH
DC1
! 1 A Q a q
02h
STX
DC2
" 2 B R b r
03h
ETX
DC3
# 3 C S c s
04h
EOT
DC4
$ 4 D T d t
05h
ENQ
NAK
% 5 E U e u
06h
ACK
SYM
& 6 F V f v
07h
BEL
ETB
' 7 G W g w
08h
BS CAN
( 8 H X h x
09h
HT EM ) 9 I Y i y
0Ah
LF SUB
* : J Z j z
0Bh
VT ESC
+ ; K [ k {
0Ch
FF FS , < L ¥ l |
0Dh
CR GS - = M ] m }
0Eh
SO RS . > N ^ n ~
0Fh
SI US / ? O _ o DEL
※How to look at ASCII Code table
(ASCII Code) = (Upper Level) + (Lower Level)
Ex. 1) In case of “A”: (41h) = (40h) + (01h)
Ex. 2) In case of “M”: (6Dh) = (60h) + (0Dh)
Kommentare zu diesen Handbüchern