Disable All Advertising
EAN-130889902052580   EAN-13 barcode 0889902052580
UPC-A889902052580   UPC-A barcode 889902052580
Product NameGlamorise Bras: Cotton Lace Full-Coverage Full-Figure Bra 1001, Women's, Size: 4
Created06-11-2021 4:32:20pm
Modified09-09-2021 2:40:41pm
MD5db7d47a2748632c7b035c32330694634
SHA25617fd139e2da2226933b1ded1c77e4b7b9e7c196b461308ff0fb49d45b409ef0d
Search Googleby EAN or by Title
Query Time0.0058210

An article of interest

The Main EANData blog

Code 128 Barcodes

Code 128 is a high-density 1D barcode symbology. This barcode set makes use of the entire 128 ASCII characters which include letter, number and symbols.

Code 128 Barcode

As with all barcodes, there are indicators to identify where the barcode starts and stops. These are marked in yellow below. Code 128 also has a check character which has been marked in green. The remainder of the barcode is the data being encoded. The text below the barcode is optional and is for human consumption in the event the barcode can't be scanned or if people also need to know what the code means.

Code 128 Barcode

Each character in the barcode symbol is composed of three bars and three spaces. Each bar or space must range from 1-4 units and the sum of all the width of all bars must work out to an even number. The stop marker is special because it adds an extra bar of 2 units at the very end (4 bars and 3 spaces). There are three different start markers to to identify which code set is being used. To represent all 128 characters, the code sets can be within a single barcode as needed by using control characters 98-101 (depending on the code set).

The check character is calculated by summing the value of each character and multiplying it by its position. The start character is also part of the sum but is added without weight (multiply by 1 just like the first encoded data character) then when you have the sum take the modulo 103 remainder. This gets a little more complex when mixing modes within a single barcode.