Code 93

"WIKIPEDIA" encoded in Code 93

Code 93 is a barcode symbology designed in 1982 by Intermec to provide a higher density and data security enhancement to Code 39. It is an alphanumeric, variable length symbology. Code 93 is used primarily by Canada Post to encode supplementary delivery information. Every symbol includes two check characters.

Each Code 93 character is nine modules wide, and always has three bars and three spaces, thus the name. Each bar and space is from 1 to 4 modules wide. (For comparison, a Code 39 character consists of five bars and five spaces, three of which are wide, for a total width of 1316 modules.)

Code 93 is designed to encode the same 26 upper case letters, 10 digits and 7 special characters as code 39:

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
0 1 2 3 4 5 6 7 8 9
- . $ / + % SPACE

In addition to 43 characters, Code 93 defines 5 special characters (including a start/stop character), which can be combined with other characters to unambiguously represent all 128 ASCII characters.

In an open system, the minimum value of X dimension is 7.5 mils (0.19 mm). The minimum bar height is 15 percent of the symbol length or 0.25 inches (6.4 mm), whichever is greater. The starting and trailing quiet zone should be at least 0.25 inches (6.4 mm).

Structure of a code 93 barcode

A typical code 93 barcode has the following structure:

  • A start character *
  • Encoded message
  • First modulo-47 check character "C"
  • Second modulo-47 check character "K"
  • Stop Character *
  • Termination bar

Detailed Outline

The 48 possible code-93 symbols are as follows. There are actually = 56 combinations that satisfy the coding rules, but one would be confused with the stop symbol in reverse, and the other 7 are unused. Codes 43–46 can be prefixed to alphanumeric values to produce all 128 possible ASCII codes. This is done in exactly the same way as Full ASCII Code 39, but uses reserved codes rather than re-using codes 39–42.

Code 93 bar code
IDCharacterWidthsBinary IDCharacterWidthsBinary
00131112100010100 28S211122110101100
11111213101001000 29T211221110100110
22111312101000100 30U221121110010110
33111411101000010 31V222111110011010
44121113100101000 32W112122101101100
55121212100100100 33X112221101100110
66121311100100010 34Y122121100110110
77111114101010000 35Z123111100111010
88131211100010010 36-121131100101110
99141111100001010 37.311112111010100
10A211113110101000 38SPACE311211111010010
11B211212110100100 39$321111111001010
12C211311110100010 40/112131101101110
13D221112110010100 41+113121101110110
14E221211110010010 42%211131110101110
15F231111110001010 43($)121221100100110
16G112113101101000 44(%)312111111011010
17H112212101100100 45(/)311121111010110
18I112311101100010 46(+)122211100110010
19J122112100110100 Start/Stop *111141101011110
20K132111100011010 (Reverse stop)114111101111010
21L111123101011000 Unused411111111101010
22M111222101001100 111132101011100
23N111321101000110 111231101001110
24O121122100101100 113112101110100
25P131121100010110 113211101110010
26Q212112110110100 213111110111010
27R212211110110010 212121110110110

Full ASCII Code 93

Code 93 is restricted to 43 characters and 5 special characters. In Full ASCII Code 93, the 43 basic symbols (0–9, A-Z, "-", ".", "$", "/", "+" and "%") are the same as their representations in Code 93. Lower case letters, additional punctuation characters and control characters are represented by sequences of two characters of Code 93.

This encoding is the same as Full ASCII Code 39, except that four special-purpose symbols are used, rather than reassigning $, /, + and %:

Code Details
NrCharacterEncoding     NrCharacterEncoding     NrCharacterEncoding     NrCharacterEncoding
0NUL(%)U 32[space][space] 64@(%)V 96`(%)W
1SOH($)A 33!(/)A 65AA 97a(+)A
2STX($)B 34"(/)B 66BB 98b(+)B
3ETX($)C 35#(/)C 67CC 99c(+)C
4EOT($)D 36$$ 68DD 100d(+)D
5ENQ($)E 37%% 69EE 101e(+)E
6ACK($)F 38&(/)F 70FF 102f(+)F
7BEL($)G 39'(/)G 71GG 103g(+)G
8BS($)H 40((/)H 72HH 104h(+)H
9HT($)I 41)(/)I 73II 105i(+)I
10LF($)J 42*(/)J 74JJ 106j(+)J
11VT($)K 43++ 75KK 107k(+)K
12FF($)L 44,(/)L 76LL 108l(+)L
13CR($)M 45-- 77MM 109m(+)M
14SO($)N 46.. 78NN 110n(+)N
15SI($)O 47// 79OO 111o(+)O
16DLE($)P 4800 80PP 112p(+)P
17DC1($)Q 4911 81QQ 113q(+)Q
18DC2($)R 5022 82RR 114r(+)R
19DC3($)S 5133 83SS 115s(+)S
20DC4($)T 5244 84TT 116t(+)T
21NAK($)U 5355 85UU 117u(+)U
22SYN($)V 5466 86VV 118v(+)V
23ETB($)W 5577 87WW 119w(+)W
24CAN($)X 5688 88XX 120x(+)X
25EM($)Y 5799 89YY 121y(+)Y
26SUB($)Z 58:(/)Z 90ZZ 122z(+)Z
27ESC(%)A 59;(%)F 91[(%)K 123{(%)P
28FS(%)B 60<(%)G 92\(%)L 124|(%)Q
29GS(%)C 61=(%)H 93](%)M 125}(%)R
30RS(%)D 62>(%)I 94^(%)N 126~(%)S
31US(%)E 63?(%)J 95_(%)O 127DEL(%)T, (%)X, (%)Y, (%)Z

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.