International Article Number

GTIN-13 number encoded in EAN-13 barcode. The first digit is always placed outside the symbol; additionally a right ">" indicator is used to indicate a "Quiet Zone" that is necessary for barcode scanners to work properly.

The International Article Number (EAN) (also known as European Article Number, which technically refers to EAN-13) is a 13-digit barcode symbology, which is a superset of the original 12-digit Universal Product Code (UPC) (also known as UPC-A), developed in 1970 by George J. Laurer.[1]

The EAN-13 barcode is used worldwide for marking products often sold at retail point of sale. It encapsulates 2-digit or 3-digit number system (GS1 Prefix (usually GS1 country code)), in contrast with UPC-A's 1-digit number system. EAN-13 barcode with number system 45 or 49 is known as Japanese Article Number (JAN). All the numbers encoded in UPC and EAN are part of GTINs, and they can be encoded in other barcodes defined by the GS1 organization.

The less commonly used 8-digit EAN-8 barcode was introduced for use on small packages, where EAN-13 would be too large.

2-digit EAN-2 and 5-digit EAN-5 are supplemental barcodes, placed on the right-hand side of EAN-13 or UPC. These are generally used for periodicals to indicate the current year's issue number, like magazines,[2] or books,[3] and weighed products like food (to indicate the manufacturer's suggested retail price (MSRP)).

Composition

The 13-digit EAN-13 number consists of four components:

The first 3 digits - usually identifying the national GS1 Member Organization to which the manufacturer is registered (not necessarily where the product is actually made).[4]
The GS1 Prefix is 978 or 979, when the EAN-13 symbol encodes a conversion of an International Standard Book Number (ISBN).[3] Likewise the prefix is 979 for International Standard Music Number (ISMN) and 977 for International Standard Serial Number (ISSN).
The manufacturer code is a unique code assigned to each manufacturer by the numbering authority indicated by the GS1 Prefix. All products produced by a given company will use the same manufacturer code. EAN-13 uses what is called "variable-length manufacturer codes." Assigning fixed-length 5-digit manufacturer codes, as the UCC has done until recently, means that each manufacturer can have up to 99,999 product codes--and many manufacturers don't have that many products, which means hundreds or even thousands of potential product codes are being wasted on manufacturers that only have a few products. Thus if a potential manufacturer knows that it is only going to produce a few products, EAN-13 may issue it a longer manufacturer code, leaving less space for the product code. This results in more efficient use of the available manufacturer and product codes.[5]
In ISBN and ISSN, this component is used to identify the language in which the publication was issued and managed by a transnational agency covering several countries, or to identify the country where the legal deposits are made by a publisher registered with a national agency, and it is further subdivided any allocating subblocks for publishers; many countries have several prefixes allocated in the ISSN and ISBN registries.
The product code is assigned by the manufacturer. The product code immediately follows manufacturer code. The total length of manufacturer code plus product code should be 9 or 10 digits depending on the length of country code(2-3 digits).
In ISBN and ISSN, it uniquely identifies the publication from the same publisher; it should be used and allocated by the registered publisher in order to avoid creating gaps; however it happens that a registered book or serial never gets published and sold.
The check digit is an additional digit, used to verify that a barcode has been scanned correctly. It is computed modulo 10, where the weights in the checksum calculation alternate 3 and 1. In particular, since the weights are relatively prime to 10, the EAN-13 system will detect all single digit errors. It also recognizes 90% of transposition errors (all cases, where the difference between adjacent digits is not 5).

GS1 Prefixes

Further information: List of GS1 country codes

The first three digits of the EAN-13 (GS1 Prefix) usually identify the GS1 Member Organization which the manufacturer has joined. Note that EAN-13 codes beginning with 0 are actually 12-digit UPC codes with prepended 0 digit. In the last few years, more products sold by retailers outside United States and Canada have been using EAN-13 codes beginning with 0, since they were generated by GS1-US.

The 020-029 GS1 Prefixes are worth a special mention. GS1 defines this as being available for retailer internal use (or internal use by other types of business). Some retailers use this for proprietary (own brand or unbranded) products, although many retailers obtain their own manufacturer's code for their own brands. Other retailers use at least part of this prefix for products which are packaged in store, for example, items weighed and served over a counter for a customer. In these cases, the barcode may encode a price, quantity or weight along with a product identifier - in a retailer defined way. The product identifier may be one assigned by the Produce Electronic Identification Board (PEIB) or may be retailer assigned. Retailers, who have historically used UPC barcodes, will tend to use GS1 prefixes 02? for store packaged products.

Calculation of checksum digit

The checksum is calculated as sum of products - taking an alternating weight value (3 or 1) times the value of each data digit. The checksum digit is the digit, which must be added to this checksum to get a number divisible by 10 (i.e. the additive inverse of the checksum, modulo 10).[6] See ISBN-13 check digit calculation for a more extensive description and algorithm. The Global Location Number(GLN) also uses the same method.

Position - Weight

The weight at a specific position in the EAN code is alternating (3 or 1) in a way, that the final data digit has a weight of 3 (and thus the check digit has a weight of 1).

All Global Trade Item Number (GTIN) and Serial Shipping Container Code (SSCC) codes meet the next rule:

Numbering the positions from the right (code aligned to the right), the odd data digits are always weight of 3 and the even data digits are always weight of 1, regardless of the length of the code.

Weights for 18-digit SSCC code and GTINs (GTIN-8, GTIN-12, GTIN-13, GTIN-14):

position 17 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1
weight 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3

Weights for EAN-13 code:

position 12 11 10 9 8 7 6 5 4 3 2 1
weight 1 3 1 3 1 3 1 3 1 3 1 3

Weights for EAN-8 code:

position 7 6 5 4 3 2 1
weight 3 1 3 1 3 1 3

Calculation examples

position 12 11 10 9 8 7 6 5 4 3 2 1
first 12 digits of barcode 4 0 0 6 3 8 1 3 3 3 9 3
weight 1 3 1 3 1 3 1 3 1 3 1 3
partial sum 4 0 0 18 3 24 1 9 3 9 9 9
checksum 89
The nearest multiple of 10 that is equal or higher than the checksum, is 90. Subtract them: 90 - 89 = 1, which is the check digit x of the barcode.
position 7 6 5 4 3 2 1
first 7 digits of barcode 7 3 5 1 3 5 3
weight 3 1 3 1 3 1 3
partial sum 21 3 15 1 9 5 9
checksum 63
The nearest multiple of 10 that is equal or higher than the checksum, is 70. Subtract them: 70 - 63 = 7, which is the check digit x of the barcode.

Binary encoding of data digits into EAN-13 barcode

Encoding EAN-13
Encoding L-digits
Encoding G-digits
Encoding R-digits

To encode the 13-digit EAN-13 number, the digits are split into 3 groups; the first digit, the first group of 6 and the last group of 6. The first group of 6 is encoded using a pattern whereby each digit has two possible encodings, one of which has even parity (denoted with letter G) and one of which has odd parity (denoted with letter L). The first digit is encoded indirectly, by selecting a pattern of choices between these two encodings for the first group of 6 digits, according to the table below. (Unlike the other digits, the first digit is not represented directly by a pattern of bars and spaces.) All digits in the last group of 6 digits are encoded using a single pattern RRRRRR, the one also used for UPC.

If the first digit is zero, all digits in the first group of 6 are encoded using the pattern LLLLLL used for UPC, therefore, an UPC barcode is also an EAN-13 barcode with the first digit set to zero.

Structure of EAN-13
First digit First group of 6 digits Last group of 6 digits
0 LLLLLL RRRRRR
1 LLGLGG RRRRRR
2 LLGGLG RRRRRR
3 LLGGGL RRRRRR
4 LGLLGG RRRRRR
5 LGGLLG RRRRRR
6 LGGGLL RRRRRR
7 LGLGLG RRRRRR
8 LGLGGL RRRRRR
9 LGGLGL RRRRRR
Structure of EAN-8
First group of 4 digits Last group of 4 digits
LLLL RRRR
Encoding of the digits
Digit L-code G-code R-code
0 0001101 0100111 1110010
1 0011001 0110011 1100110
2 0010011 0011011 1101100
3 0111101 0100001 1000010
4 0100011 0011101 1011100
5 0110001 0111001 1001110
6 0101111 0000101 1010000
7 0111011 0010001 1000100
8 0110111 0001001 1001000
9 0001011 0010111 1110100

Note: Entries in the R-column are bitwise complements (logical operator: negation) of the respective entries in the L-column. Entries in the G-column are the entries in the R-column in reverse bit order. See pictures of all codes against a colored background.

Bookland

Main article: Bookland

The EAN "country code" 978 (and later 979) has been allocated since the 1980s to reserve an Unique Country Code (UCC) prefix for EAN identifiers of published books, regardless of country of origin, so that the EAN space can catalog books by ISBNs[3] rather than maintaining a redundant parallel numbering system. Similar arrangements are in place for ISSNs for periodicals ("country code" 977) and ISMNs for sheet music ("country code" 979).

Japanese Article Number

Japanese Article Number (JAN) is a barcode standard compatible with the EAN. Use of the JAN standard began in 1978. Originally, JAN was issued a flag code (EAN's number system) of 49. In 1992, JAN was newly issued an additional flag code of 45. In January 2001 the manufacturer code changed to 7 digits (9 digits including the flag code) for new companies.[7]

How the 13-digit EAN-13 is encoded

The GTIN numbers, encoded to UPC-A, EAN-8 and EAN-13, all use similar encoding. The encoded information is repeated in plain text below the barcode.[8]

EAN-13 Encoding

The 13-digit EAN-13 number can be divided into 3 groups: first digit, left group of 6 digits, right group of 6 digits.

The barcode consists of 95 equally spaced areas (also called modules). From left to right:

Each area can be black bar (1) or white space (0). A maximum of four black bar areas can be grouped together, these make up a wide black bar. Likewise a maximum of four white space areas can be grouped together, these make up a wide white space.

The start marker and the end marker are encoded as 101. The center marker is encoded as 01010.

Each digit in EAN-13 (except digit 1, which is not directly encoded) consists of seven areas. A decimal digit is encoded so that it consists of two (wide) bars and two (wide) spaces.

The digits in the left group are encoded so that they always start with a white space, and end with a black bar. The digits in the right group are encoded so that they always start with a black bar, and end with a white space.

Finally, the combination of variable-width black bars and white spaces encodes the EAN-13 number.

The encoding is described in the following table:

Digit Digit encoding Bar/Space widths (total of 7) EAN-13 encoding
in relation to digit 1
left right left
odd even even odd even
0 0001101 0100111 1110010 3211 1123 OOOOOO EEEEEE
1 0011001 0110011 1100110 2221 1222 OOEOEE EEEEEE
2 0010011 0011011 1101100 2122 2212 OOEEOE EEEEEE
3 0111101 0100001 1000010 1411 1141 OOEEEO EEEEEE
4 0100011 0011101 1011100 1132 2311 OEOOEE EEEEEE
5 0110001 0111001 1001110 1231 1321 OEEOOE EEEEEE
6 0101111 0000101 1010000 1114 4111 OEEEOO EEEEEE
7 0111011 0010001 1000100 1312 2131 OEOEOE EEEEEE
8 0110111 0001001 1001000 1213 3121 OEOEEO EEEEEE
9 0001011 0010111 1110100 3112 2113 OEEOEO EEEEEE

For each digit there are three similar encodings (left odd, left even, right): Left even and right are mirror-symmetrical to each other. Left odd is the bitwise inverse of right.

The first digit from the left group is always encoded with odd parity, and the last digit of the right group is always encoded with even parity. Thus, it does not matter whether the barcode is scanned from the left or from the right: the scanning software can determine what is the beginning and end of the barcode, with the help of the fact that the first digit should have odd parity and the last digit should have even parity.

EAN-13 barcode example

EAN-13 barcode. A green bar indicates the black bars and white spaces that encode a digit.

The complete EAN-13 code is thus: 4 003994 155486.

Decoding

Scanning part of an EAN-13 barcode.

By using the barcode center marker, it is possible for a barcode scanner to scan just one half of the barcode at a time. This allows reconstruction of the code by means of a helical scan of the barcode by an angle of approximately 45 degrees.

See also

References

  1. "Alumni Hall of Fame Members". University of Maryland Alumni Association. The University of Maryland. 2005. Archived from the original on 2007-06-23. Retrieved 2009-06-10. After graduating from Maryland in 1951, George Laurer joined IBM as a junior engineer and worked up the ranks to senior engineer. In 1969, he returned to the technical side of engineering and was later assigned the monumental task of designing a code and symbol for product identification for the Uniform Grocery Product Code Council. His solution — the Universal Product Code — radically changed the retail world. Since then, he has enhanced the code by adding a 13th digit. Laurer retired from IBM in 1987. He holds some 25 patents and is a member of the university’s A. James Clark School of Engineering Hall of Fame.
  2. "Barcodes for Magazines".
  3. 1 2 3 "Barcodes for Books".
  4. Prefix List, GS1.
  5. "EAN-13 SYMBOLOGY". www.barcodeisland.com.
  6. Check Digit Calculator, at GS1 US.
  7. "Bar Code Guide - Barcode Types - JAN". Retrieved 2016-05-02.
  8. "Infos zu EAN Codes Nummern" (in German). Ean-code.eu. Retrieved 27 September 2016.
Wikimedia Commons has media related to International Article Number (EAN).
This article is issued from Wikipedia - version of the 12/3/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.