App - 8 App - 8
MELSEC-Q
APPENDIX
Appendix 4 Code Table
Appendix 4.1 Character Code Table
0
1
2
3
4
5
6
7
8
9
A
B
C
D
E
F
0
1
2
3
4
5
6
7
8
9
A
B
C
D
E
F
SH
SX
EX
ET
EQ
AK
BL
BS
HT
L F
HM
CL
CR
SO
SI
DE
D1
D2
D3
D4
NK
SN
EB
CN
EM
SB
EC
@
@
@
@
/
.
=
-
>
<
?
SP
!
@
1
2
3
4
5
6
7
8
9
,
+
)
(
'
&
%
$
#
"
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
_
\
Y
X
W
V
U
T
S
R
Q
P
a
b
c
d
e
f
g
h
i
j
Z
k
l
m
n
o
@
@
@
@
@
@
@
p
q
r
s
t
u
v
w
x
y
z
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
DEL
SP
@
@
@
@
@
@
Code for the higher 4 bits (hexadecimal)
Code f
o
r t
he l
o
we
r 4 b
it
s
(
h
exa
d
e
c
im
al
)
0
@
@
• The characters shown in a shaded box vary according to
the terminal used; see the manual for the console.
• See the manual for the terminal used for the Kanji codes.
REMARK
• The following explains how to read the code table.
When checking any character code, take the value in the column and row
corresponding to the position of a character code and place the code for the
higher bits to the left and the code for the lower to the right.
(Example)
“A” is 41 (hexadecimal)
This is the value expressed in hexadecimal. It is expressed in decimal as follows:
4 16
1
+1 16
0
= 65
Thus, the character code for “A” is 65 (&H41).