All characters supported by the barcode are as shown below. All of them have a simple a direct mapping.
Code 93 Regular
Data Character
Barcode Font Character
Code93 Value
'0'
'0'
0
'1'
'1'
1
'2'
'2'
2
'3'
'3'
3
'4'
'4'
4
'5'
'5'
5
'6'
'6'
6
'7'
'7'
7
'8'
'8'
8
'9'
'9'
9
'A'
'A'
10
'B'
'B'
11
'C'
'C'
12
'D'
'D'
13
'E'
'E'
14
'F'
'F'
15
'G'
'G'
16
'H'
'H'
17
'I'
'I'
18
'J'
'J'
19
'K'
'K'
20
'L'
'L'
21
'M'
'M'
22
'N'
'N'
23
'O'
'O'
24
'P'
'P'
25
'Q'
'Q'
26
'R'
'R'
27
'S'
'S'
28
'T'
'T'
29
'U'
'U'
30
'V'
'V'
31
'W'
'W'
32
'X'
'X'
33
'Y'
'Y'
34
'Z'
'Z'
35
'-'
'-'
36
'.'
'.'
37
' '(space)
' '(space)
38
'$'
'$'
39
'/'
'/'
40
'+'
'+'
41
'%'
'%'
42
Shift 1
ASCII 193
43
Shift 2
ASCII 194
44
Shift 3
ASCII 195
45
Shift 4
ASCII 196
46
Start Character
ASCII 197
47
Stop Character
ASCII 198
48
Code 93 Extended
ConnectCode Code 93 barcode font is able to support the full 128 ASCII characters. However, as the substitution mechanism is not easy to perform manually, it is recommended to use this barcode through the Software Encoder or the supplied VB macros.