Description of Code 128

The three character sets in detail:
- Code 128A: This character set encodes the uppercase and special characters.
- Code 128B: This character set contains the uppercase and lowercase letters.
- Code 128C: This character set has been optimized for displaying numbers.
A checksum is created internally, but not displayed in the plain text line.
GS1-128/EAN-128 or UCC-128 is a special form of Code 128. It is a logistics code for trade.
More information about this can be found at https://en.wikipedia.org/wiki/Code128.
Technical data
Valid characters: |
0123456789!"#$%&''()*+,-./:;<=>?@[\]^_`{|} [Space] ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz Control characters: ASCII 1-31,127 |
Length: | Variable with no fixed length. |
Check digit: |
Calculated according to Modulo 103 ActiveBarcode calculates the check digit automatically. |
Type#: |
Code 128 - #14 - CODECODE128 Code 128A - #11 - CODECODE128A Code 128B - #11 - CODECODE128B Code 128C - #11 - CODECODE128C |