ICL Character Codes

ICL traditionally used four 6-bit bytes within their 24-bit word.  Since ICL used six-bit bytes, the table shows their equivalent octal number, not hexidecimal or decimal:
 
Internal Code (octal)
Symbol 
 
Internal Code (octal) 
Symbol
00
0
 
40
@
01
1
 
41
A
02
2
 
42
B
03
3
 
43
C
04
4
 
44
D
05
5
 
45
E
06
6
 
46
F
07
7
 
47
G
10
8
 
50
H
11
9
 
51
I
12
:
 
52
J
13
;
 
53
K
14
<
 
54
L
15
=
 
55
M
16
>
 
56
N
17
?
 
57
O
20
space
 
60
P
21
!
 
61
Q
22
"
 
62
R
23
#
 
63
S
24
£
 
64
T
25
%
 
65
U
26
&
 
66
V
27
' (Apostrophe)
 
67
W
30
(
 
70
X
31
)
 
71
Y
32
*
 
72
Z
33
+
 
73
[
34
, (Comma)
 
74
$
35
- (Minus)
 
75
]
36
. (Period)
 
76
(Upwards Arrow)
37
/
 
77
(Left Arrow)