Code 93
Encyclopedia
Code 93 is a barcode
Barcode
A barcode is an optical machine-readable representation of data, which shows data about the object to which it attaches. Originally barcodes represented data by varying the widths and spacings of parallel lines, and may be referred to as linear or 1 dimensional . Later they evolved into rectangles,...

 symbology designed in 1982 by Intermec
Intermec
Intermec Inc. is a manufacturer and worldwide supplier of Automated identification and data capture equipment, including barcode scanners, barcode printers, mobile computers and RFID systems....

 to provide a higher density and data security enhancement to Code 39
Code 39
__FORCETOC__Code 39 is a variable length, discrete barcode symbology....

. It is an alphanumeric, variable length symbology. Code 93 is used primarily by Canada Post
Canada Post
Canada Post Corporation, known more simply as Canada Post , is the Canadian crown corporation which functions as the country's primary postal operator...

 to encode supplementary delivery information. Every symbol includes two check characters.

Code 93 is designed to encode 26 upper case letters, 10 digits and 7 special characters:
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.


Each Code 93 character is divided into nine modules and always has three bars and three spaces, thus the name. Each bar and space is from 1 to 4 modules wide.

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
ASCII
The American Standard Code for Information Interchange is a character-encoding scheme based on the ordering of the English alphabet. ASCII codes represent text in computers, communications equipment, and other devices that use text...

 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.35 mm), whichever is greater. The starting and trailing quiet zone should be at least 0.25 inches (6.35 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
ID Character Widths Binary ID Character Widths Binary
0 0 131112 100010100 28 S 211122 110101100
1 1 111213 101001000 29 T 211221 110100110
2 2 111312 101000100 30 U 221121 110010110
3 3 111411 101000010 31 V 222111 110011010
4 4 121113 100101000 32 W 112122 101101100
5 5 121212 100100100 33 X 112221 101100110
6 6 121311 100100010 34 Y 122121 100110110
7 7 111114 101010000 35 Z 123111 100111010
8 8 131211 100010010 36 - 121131 100101110
9 9 141111 100001010 37 . 311112 111010100
10 A 211113 110101000 38 SPACE 311211 111010010
11 B 211212 110100100 39 $ 321111 111001010
12 C 211311 110100010 40 / 112131 101101110
13 D 221112 110010100 41 + 113121 101110110
14 E 221211 110010010 42 % 211131 110101110
15 F 231111 110001010 43 ($) 121221 100100110
16 G 112113 101101000 44 (%) 312111 111011010
17 H 112212 101100100 45 (/) 311121 111010110
18 I 112311 101100010 46 (+) 122211 100110010
19 J 122112 100110100 Start/Stop * 111141 101011110
20 K 132111 100011010 (Reverse stop) 114111 101111010
21 L 111123 101011000 Unused 411111 111101010
22 M 111222 101001100 111132 101011100
23 N 111321 101000110 111231 101001110
24 O 121122 100101100 113112 101110100
25 P 131121 100010110 113211 101110010
26 Q 212112 110110100 213111 110111010
27 R 212211 110110010 212121 110110110

Full ASCII Code 93

Code 93 is restricted to 43 characters and 5 special characters. In Full ASCII
ASCII
The American Standard Code for Information Interchange is a character-encoding scheme based on the ordering of the English alphabet. ASCII codes represent text in computers, communications equipment, and other devices that use text...

 Code 93 Symbols 0-9, A-Z, "-", ".", "$", "/", "+" and "%" are the same as their representations in Code 93. Lower case letters, additional punctuation
Punctuation
Punctuation marks are symbols that indicate the structure and organization of written language, as well as intonation and pauses to be observed when reading aloud.In written English, punctuation is vital to disambiguate the meaning of sentences...

characters and control characters are represented by sequences of two characters of Code 93.









































































































































































































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$(/)D 68DD 100d(+)D
5ENQ($)E 37%(/)E 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+(/)K 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/(/)O 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

External links

The source of this article is wikipedia, the free encyclopedia.  The text of this article is licensed under the GFDL.
 
x
OK