Knowledge

Code 128

Source πŸ“

4001:
standard ASCII character set. If two consecutive 'FNC4' characters are used, all following data characters are extended ASCII characters until two further consecutive 'FNC4' characters are encountered or the end of the symbol is reached. If during this sequence of extended encodation a single "FNC4" character is encountered it is used to revert to standard ASCII encodation for the next data character only. 'SHIFT' and character subset characters shall have their normal effect during such a sequence.
164: 4759: 191: 122: 25: 4769: 4122: 4467: 270:
strings. The initial subset is selected by using the appropriate start symbol. Within each code set, some of the 103 data code points are reserved for shifting to one of the other two code sets. The shifts are done using code points 98 and 99 in code sets A and B, 100 in code sets A and C and 101 in code sets B and C to switch between them):
4451: 497:
If two consecutive 'FNC4' characters are used, all following data characters are extended ASCII characters until two further consecutive 'FNC4' characters are encountered or the end of the symbol is reached. If during this sequence of extended encodation a single 'FNC4' character is encountered it is
300:
There are 108 possible 11-unit wide symbols, and the code uses all possible symbols. Two of the symbols are used for stop (end-of-barcode) indication, stop and reverse stop. The two stop symbols are special because they are always followed by a 2-unit bar, forming a 13-unit long stop pattern. Reading
265:
The stop pattern is composed of two overlapped symbols and has four bars. The stop pattern permits bidirectional scanning. When the stop pattern is read left-to-right (the usual case), the stop symbol (followed by a 2-module bar) is recognized. When the stop pattern is read right-to-left, the reverse
261:
Code 128 includes 108 symbols: 103 data symbols, 3 start symbols, and 2 stop symbols. Each symbol consists of three black bars and three white spaces of varying widths. All widths are multiples of a basic "module". Each bar and space is 1 to 4 modules wide, and the symbols are fixed width: the sum of
3882:
For example, given the string "098x1234567y23", savings on barcode length using code set C are achieved only if it is applied to middle part of the string. For the beginning and ending part of the string, switching to code set C is not effective. As there are an odd number of digits in the middle of
3812:
However, when the string contains only a few digits or it's mixed with non-digit character, it does not always produce a more compact code than code sets A or B. Using code set C saves one symbol per two digits, but costs a mode-shift symbol to enter and exit the set. Thus, it is only worth using if
521:
The widths value is derived by counting the length of each run of 1's then 0's in the pattern, starting from the left. There will always be 6 runs and the lengths of these 6 runs form the Widths value. For example, using the pattern 10100011000, the run lengths are 1 (digit 1), 1 (digit 0), 1 (digit
296:
Each symbol in the barcode is composed of three bars and three spaces. Each bar or space is 1, 2, 3 or 4 units wide, the sum of the widths of bars must be even (4, 6 or 8 units), the sum of the widths of the spaces must be odd (3, 5 or 7 units), and total 11 units per symbol. For instance, encoding
4025:
In principle non-ASCII characters like German umlauts (e.g. Γ„Γ–Γœ) can be encoded in a Code 128 symbol by using a special character (FNC4). However, this feature is not widely supported. Using a 2D barcode symbology like Aztec or Datamatrix with dedicated support for non-ASCII data might be a better
4037:
GS1 General Specifications (January 2006 – Version 7.0), section 5.3.1.1 GS1-128 Symbology Characteristics, stating, "Characters with ASCII values 128 to 255 may also be encoded in Code 128 Symbols. Characters with ASCII values 128 to 255 accessed by Function 4 Character (FNC4) are
4000:
If a single "FNC 4" character is used, indicates the following data character in the symbol is an extended ASCII character. A 'SHIFT' character may follow the 'FNC 4' character if it is necessary to change character subset for the following data character. Subsequent data characters revert to the
517:
Code128 specifies a combination of 6 alternating bars and spaces (3 of each) for each symbol. Thus, each symbol begins with a bar and ends with a space. In barcode fonts, the final bar is generally combined with the stop symbol to make a wider stop pattern. The following table details the widths
269:
Despite its name, Code 128 does not have 128 distinct symbols, so it cannot represent 128 code points directly. To represent all 128 ASCII values, it shifts among three code sets (A, B, C). Together, code sets A and B cover all 128 ASCII characters. Code set C is used to efficiently encode digit
501:
From Code 128A you can reach Latin-1 special characters from 160 (hex A0, non breaking space) up to 223 (hex DF, ß) via FNC4. The lower case characters from 224 (hex E0, à) to 254 (hex FE, þ) are available by FNC4+SHIFT B. The characters ÷ (247, hex F7) and ÿ (255, hex FF) are not available.
3800:
For the end user, Code 128 barcodes may be generated by either an outside application to create an image of the barcode, or by a font-based barcode solution. Either solution requires the use of an application or an application add in to calculate the check digit and create the barcode.
493:
When a single 'FNC4' is present in a string, the following symbol is read like ASCII, but the value is incremented by +128, thus taking the higher range of the ISO-8859-1 table. If the following symbol is a 'SHIFT', then a second symbol will be used to obtain the character.
297:
the ASCII character "0" can be viewed as 10011101100, where a sequence of 1's is a bar and a sequence of 0's is a space. A single 1 would be the thinnest line in the bar code. Three 1's in sequence (111) indicates a bar three times as thick as a single 1 bar.
3743:
The "Code A", "Code B" and "Code C" symbols cause all following symbols to be interpreted according to the corresponding subcode (i.e. 128A, 128B or 128C). The "Shift" symbol switches a single following symbol's interpretation between subcodes A and B.
518:
associated with each bar and space for each symbol. The width of each bar or space may be 1, 2, 3 or 4 units (modules). Using the example above, an 'A' would be depicted with the pattern 10100011000, or as widths 111323 in the tables below.
309:
The check digit is a weighted modulo-103 checksum. It is calculated by summing the start code 'value' to the products of each symbol's 'value' multiplied by its position's weight in the barcode string. The start symbol
3781:
FNC2 (message append) can appear anywhere within a barcode to indicate that the barcode reader should store the current string and prepend it to the string of the next barcode that's read. It is not used by GS1-128.
4073:
GS1 General Specifications, Version 13, Issue 1, Jan-2013, Section 5.4.7.7. Use of Start, Code Set, and Shift symbols to Minimize Symbol Length (Informative), pages 268 to 269. This section gives the compression
4245:– This code appears to draw boxes one pixel wide. It appears it was modified from a short line long line bar code which would have drawn lines. The "Black boxes" should be the same size as the "White Boxes". 314:
first encoded symbol are in position 1. The sum of the products is then reduced modulo 103. The remainder is then converted back to one of the 103 non-delimiter symbols (following the instructions given
3871:
At the end of a string, delaying the transition to code set C until there are an even number of digits remaining avoids an extra symbol. Consider the string "...01234": a delayed switch produces
3809:
Code set C uses one code symbol to represent two digits. Thus it may create shorter barcodes if the content consists of numbers only or if there are longer sequences of digits within the code.
3747:
The encoded ASCII char depends on the actual used barcode-font. Especially the ASCII char of value 0 and of value 95 and above may be defined differently in the font that is installed.
3902:. The longer the barcode is, the greater distance of laser barcode reader from barcode image is needed, making reading difficult or impossible above some threshold lengths/distances. 266:
stop symbol (followed by a 2-module bar) is recognized. A scanner seeing the reverse stop symbol then knows it must skip the 2-module bar and read the rest of the barcode in reverse.
301:
the stop pattern left to right is the stop symbol (followed by a 2-unit bar), and reading the stop pattern right to left is the reverse stop symbol (followed by a 2-unit bar).
498:
used to revert to standard ASCII encodation for the next data character only. 'SHIFT' and character subset characters shall have their normal effect during such a sequence.
3785:
FNC3 (initialize) can appear anywhere within a barcode to instruct the barcode reader to initialize or reprogram itself according to the barcode string's instructions.
4239:– Multiplatform open source barcode scanner / generator with versions available in Java (core project) and ports to ActionScript, C++, C#, ObjectiveC and Ruby. 3883:
the string, the odd one must use a different code set, but it makes no difference whether this is the first or last; 16 symbols are required in either case:
522:
1), 3 (digit 0), 2 (digit 1), 3 (digit 0). Reporting just the lengths of each run gives 1, 1, 1, 3, 2, 3, thereby producing a widths value of 111323.
4525: 3930:"ISO/IEC 15417:2007 - Information technology -- Automatic identification and data capture techniques -- Code 128 bar code symbology specification" 4096: 3754:
codes are used for special purposes. FNC1 at the beginning of a bar code indicates a GS1-128 bar code which begins with a 2- 3- or 4-digit
478:
For the purpose of computing the check symbol, the shift and code-switch symbols are treated the same as any other symbol in the bar code.
505:
The feature is not available for GS1-128. Since the support of Code 128 Type B (and C) is not very common, it might be easier to use a
4328: 4170: 2590: 108: 3136: 4144: 322:
For example, in the following table, the code 128 variant A checksum value is calculated for the alphanumeric string PJJ123C:
4703: 3076: 46: 3813:
there are enough consecutive digits. For example, encoding the string "X00Y" with code set A or B requires 7 code symbols (
2559: 274:
128A (Code Set A) – ASCII characters 00 to 95 (0–9, A–Z and control codes), special characters, and FNC 1–4
4381: 4195: 89: 4661: 61: 4500: 157: 486:
The special symbol FNC4 ("Function 4"), present only in code sets A and B, can be used to encode all the Latin-1 (
4616: 42: 68: 4520: 4251:– Free C# source code implementation of Code128. Almost all features are implemented, but is not 100% complete. 4152: 4148: 4132: 277:
128B (Code Set B) – ASCII characters 32 to 127 (0–9, A–Z, a–z), special characters, and FNC 1–4
4724: 4631: 35: 3953: 4458: 4436: 4321: 75: 2621: 2528: 3988: 4734: 4567: 3759: 3227: 592: 182:
industries as a product identification code for the container and pallet levels in the supply chain.
57: 4772: 4729: 3910: 578: 4495: 4396: 3763: 3762:, which explains the following digits. For example, application identifier 421 indicates that an 250: 3898:
are used which must detect the entire barcode image at once in order to read it, such as common
280:
128C (Code Set C) – 00–99 (encodes two digits with a single code point) and FNC1
4793: 4762: 4391: 4314: 4092: 4189: 288:
is the minimum width of a module. It is mandatory at the left and right side of the barcode.
174:(formerly known as UCC/EAN-128) is a subset of Code 128 and is used extensively worldwide in 3379: 3258: 3167: 4682: 4677: 4205: 2838: 4248: 4223: 284:
The minimum width of the quiet zone to the left and right of the Code 128 is 10x, where
163: 4739: 4687: 4621: 3899: 3895: 2652: 2439: 149: 133: 82: 4787: 4406: 4300: 4217: 4084: 4596: 4426: 4290: 2776: 246: 137: 4296: 121: 4013: 3774:
would generally be printed as "(421) 840 20500", but would actually be coded as "
156:, especially when the texts contain mostly digits. Code 128 was developed by the 4581: 4551: 4546: 4411: 4386: 4266: 4198:– Font mapping of Barcodesoft, which differs from the common ascii mapping (see 3817:), while using code set C for the "X00Y" would result in a code 8 symbols long ( 3771: 475:
So the value 54, which equals a V, is appended, then followed by the Stop code.
24: 152:. It generally results in more compact barcodes compared to other methods like 4576: 4421: 4416: 4284: 487: 190: 4293:– Open-source JavaScript implementation of Code128 and other linear barcodes. 4254: 148:
and, by use of an extension symbol (FNC4), the Latin-1 characters defined in
4541: 2869: 2807: 2745: 2683: 179: 4287:– Free Java API with implementation of Code128 and other standard barcodes. 4208:– Learn the Code 128 encoding algorithm with a font-based barcode solution. 125:
A Swiss postal barcode encoding "RI 476 394 652 CH" in Code 128 (B & C)
3929: 4645: 4640: 4606: 4601: 4585: 4474: 4272: 3767: 2900: 175: 4611: 4591: 4510: 4505: 4431: 4376: 4366: 4361: 4356: 4351: 4337: 4260: 3906: 2714: 559: 506: 262:
the widths of the three black bars and three white bars is 11 modules.
153: 141: 4263:– Perl source code for many 1D barcode symbologies including Code 128. 4257:– Ruby source code for many 1D barcode symbologies including Code 128. 4038:
reserved for future use and are not used in GS1-128 Bar Code Symbols."
3824:
Using code set C is only advantageous under the following conditions:
4744: 4708: 4556: 4515: 4401: 4278: 4466: 4151:
external links, and converting useful links where appropriate into
3789: 319:) and appended to the barcode, immediately before the stop symbol. 167:
A GS1-128 barcode encoding GTIN, best before date and batch number
145: 4242: 4236: 3894:
Optimizing the length of the resulting barcode is important when
4486: 4450: 4310: 4048: 3788:
FNC4 is used to represent an extended ASCII character set (see
4214:– Free online Barcode generator for the various barcode types. 4115: 18: 4184: 4103:
dynamic programming led to an 8% tighter encoding on average.
3766:
country code and ship-to postal code follows. Thus, the U.S.
4303:(open-source, multi-platform GUI Pascal) but of general use. 4211: 4306: 4299:
Guide to converting text to Code 128 barcodes. Written for
3854:
middle of data (surrounded by symbols from code set A or B)
4199: 4087:(2010). "8.9 War Story: Text Compression for Bar Codes". 4281:– Free JavaScript source code implementation of Code128. 136:
symbology defined in ISO/IEC 15417:2007. It is used for
4140: 509:
instead for characters from the ISO-8859-1 code range.
3790:Β§ Using FNC4 to encode high (160–255) characters 524: 238:
Final bar (often considered part of the stop symbol)
4717: 4696: 4670: 4654: 4630: 4565: 4534: 4485: 4344: 49:. Unsourced material may be challenged and removed. 4220:- Common 1D & 2D barcode types in an overview 4135:may not follow Knowledge's policies or guidelines 3805:Barcode length optimization by Code 128 Type-C 482:Using FNC4 to encode high (160–255) characters 4322: 4192:– A detailed list of Application Identifiers. 8: 4662:High Capacity Color Barcode (Microsoft Tag) 4226:- Free online barcode generator, 1D and 2D. 4329: 4315: 4307: 4297:Introducing creation of Code 128 barcodes 4171:Learn how and when to remove this message 109:Learn how and when to remove this message 4055:. Version 23.0. GS1 AISBL: 287. Jan 2023 3826: 324: 189: 162: 120: 3921: 316: 219:A Code 128 barcode has seven sections: 4269:– Free Perl barcode generation module. 245:The check symbol is calculated from a 144:. It can encode all 128 characters of 4275:– Free OCR with Code 128 recognition. 490:) characters in a Code 128 barcode. 7: 4768: 47:adding citations to reliable sources 4053:GS1 General Specifications Standard 194:Schematic of a barcode (Code 128B). 14: 4767: 4758: 4757: 4465: 4449: 4185:Online Code128 Barcode Generator 4120: 23: 4049:"5.4.3.4.2 Function characters" 34:needs additional citations for 3958:Barcode Information & Tips 3909:encoding can be found using a 3792:). It is not used by GS1-128. 548:(Common/Uncommon/Barcodesoft) 1: 3875:but an early switch produces 3833:Number of consecutive digits 3725:Stop pattern (7 bars/spaces) 589:32 or 194 or 207 / 212 / 252 158:Computer Identics Corporation 4352:Automatic Car Identification 4261:Perl barcode generation code 4218:Barcode types in an overview 3978:Apparently ISO 15417 Annex F 3889:0 9 8 x 12 34 56 7 y 2 3 3885:0 9 8 x 1 23 45 67 y 2 3 4089:The Algorithm Design Manual 3865:either 2 or 4+ (but not 3) 4810: 4501:Facing Identification Mark 4091:(2nd ed.). Springer. 4753: 4443: 3724: 3701: 3678: 3655: 3632: 3609: 550: 545: 542: 539: 536: 533: 530: 465: 455: 292:Start/stop and bar widths 253:103) of all the symbols. 4521:Intelligent Mail barcode 4224:Online Barcode Generator 4212:Online barcode generator 232:Check symbol (mandatory) 4725:Supply chain management 4382:European Article Number 4255:Barcode1DTools Ruby gem 305:Check digit calculation 4200:http://ascii-code.com/ 3991:. Han-soft corporation 3954:"CODE 128 and GS1-128" 3756:application identifier 216: 168: 126: 4535:2D barcodes (stacked) 4190:GS1-128 Specification 193: 166: 124: 4671:Technological issues 4141:improve this article 4014:"Code 128 Explained" 3989:"TBarcode1D_Code128" 3776:42 18 40 20 50 16 3760:Uniform Code Council 43:improve this article 4730:Object hyperlinking 4291:JavaScript Code 128 4243:Python Bar Code 128 4153:footnote references 3911:dynamic programming 527: 4496:CPC Binary Barcode 4397:Interleaved 2 of 5 3830:Location of digits 3764:ISO 3166-1 numeric 595:or Γ‚ or Ï / Γ” / ΓΌ 525: 217: 169: 132:is a high-density 127: 4781: 4780: 4480: 4479: 4392:Industrial 2 of 5 4181: 4180: 4173: 4098:978-1-849-96720-4 4085:Skiena, Steven S. 3869: 3868: 3838:beginning of data 3741: 3740: 473: 472: 466:Remainder mod 103 119: 118: 111: 93: 4801: 4771: 4770: 4761: 4760: 4632:Polar coordinate 4469: 4453: 4446: 4445: 4331: 4324: 4317: 4308: 4279:Barcode Code 128 4267:Barcode::Code128 4176: 4169: 4165: 4162: 4156: 4124: 4123: 4116: 4106: 4105: 4081: 4075: 4071: 4065: 4064: 4062: 4060: 4045: 4039: 4035: 4029: 4028: 4022: 4021: 4016:. Softmatic GmbH 4010: 4004: 4003: 3997: 3996: 3985: 3979: 3976: 3970: 3969: 3967: 3965: 3950: 3944: 3943: 3941: 3940: 3926: 3890: 3886: 3878: 3874: 3827: 3820: 3816: 3777: 3758:assigned by the 3728:206 / 211 / 251 3659:205 / 210 / 250 3636:204 / 209 / 249 3613:203 / 208 / 248 3590:202 / 207 / 247 3561:201 / 206 / 246 3532:200 / 205 / 200 3503:199 / 204 / 244 3474:198 / 203 / 243 3445:197 / 202 / 242 3416:196 / 201 / 241 3387:195 / 200 / 240 528: 325: 140:or numeric-only 114: 107: 103: 100: 94: 92: 51: 27: 19: 4809: 4808: 4804: 4803: 4802: 4800: 4799: 4798: 4784: 4783: 4782: 4777: 4749: 4713: 4697:Other data tags 4692: 4683:Barcode printer 4678:Barcode library 4666: 4650: 4626: 4561: 4530: 4481: 4441: 4345:Linear barcodes 4340: 4335: 4233: 4177: 4166: 4160: 4157: 4138: 4129:This article's 4125: 4121: 4114: 4109: 4099: 4083: 4082: 4078: 4072: 4068: 4058: 4056: 4047: 4046: 4042: 4036: 4032: 4019: 4017: 4012: 4011: 4007: 3994: 3992: 3987: 3986: 3982: 3977: 3973: 3963: 3961: 3952: 3951: 3947: 3938: 3936: 3928: 3927: 3923: 3919: 3896:barcode readers 3888: 3884: 3877:... 01 23 4 3876: 3872: 3818: 3814: 3807: 3798: 3775: 547: 515: 513:Bar code widths 484: 337:Value Γ— Weight 307: 294: 259: 203::Start Code B, 195: 188: 115: 104: 98: 95: 52: 50: 40: 28: 17: 12: 11: 5: 4807: 4805: 4797: 4796: 4786: 4785: 4779: 4778: 4776: 4775: 4765: 4754: 4751: 4750: 4748: 4747: 4742: 4740:Mobile tagging 4737: 4732: 4727: 4721: 4719: 4718:Related topics 4715: 4714: 4712: 4711: 4706: 4700: 4698: 4694: 4693: 4691: 4690: 4688:Barcode reader 4685: 4680: 4674: 4672: 4668: 4667: 4665: 4664: 4658: 4656: 4652: 4651: 4649: 4648: 4643: 4637: 4635: 4628: 4627: 4625: 4624: 4619: 4614: 4609: 4604: 4599: 4594: 4589: 4579: 4573: 4571: 4563: 4562: 4560: 4559: 4554: 4549: 4544: 4538: 4536: 4532: 4531: 4529: 4528: 4523: 4518: 4513: 4508: 4503: 4498: 4492: 4490: 4483: 4482: 4478: 4477: 4471: 4470: 4462: 4461: 4455: 4454: 4444: 4442: 4440: 4439: 4434: 4429: 4424: 4419: 4414: 4409: 4404: 4399: 4394: 4389: 4384: 4379: 4374: 4369: 4364: 4359: 4354: 4348: 4346: 4342: 4341: 4336: 4334: 4333: 4326: 4319: 4311: 4305: 4304: 4294: 4288: 4282: 4276: 4270: 4264: 4258: 4252: 4246: 4240: 4232: 4229: 4228: 4227: 4221: 4215: 4209: 4203: 4193: 4187: 4179: 4178: 4133:external links 4128: 4126: 4119: 4113: 4112:External links 4110: 4108: 4107: 4097: 4076: 4066: 4040: 4030: 4005: 3980: 3971: 3945: 3920: 3918: 3915: 3900:laser scanners 3873:... 0 12 34 3867: 3866: 3863: 3859: 3858: 3855: 3851: 3850: 3847: 3843: 3842: 3839: 3835: 3834: 3831: 3806: 3803: 3797: 3794: 3739: 3738: 3735: 3734:1100011101011 3732: 3729: 3726: 3723: 3720: 3716: 3715: 3712: 3709: 3706: 3703: 3700: 3697: 3693: 3692: 3689: 3686: 3683: 3680: 3677: 3674: 3670: 3669: 3666: 3663: 3660: 3657: 3654: 3651: 3647: 3646: 3643: 3640: 3637: 3634: 3631: 3628: 3624: 3623: 3620: 3617: 3614: 3611: 3608: 3605: 3601: 3600: 3597: 3594: 3591: 3588: 3585: 3582: 3579: 3576: 3572: 3571: 3568: 3565: 3562: 3559: 3556: 3553: 3550: 3547: 3543: 3542: 3539: 3536: 3533: 3530: 3527: 3524: 3521: 3518: 3514: 3513: 3510: 3507: 3504: 3501: 3498: 3495: 3492: 3489: 3485: 3484: 3481: 3478: 3475: 3472: 3469: 3466: 3463: 3460: 3456: 3455: 3452: 3449: 3446: 3443: 3440: 3437: 3434: 3431: 3427: 3426: 3423: 3420: 3417: 3414: 3411: 3408: 3405: 3402: 3398: 3397: 3394: 3391: 3388: 3385: 3382: 3377: 3374: 3371: 3367: 3366: 3363: 3360: 3357: 3354: 3351: 3348: 3345: 3342: 3338: 3337: 3334: 3331: 3328: 3325: 3322: 3319: 3316: 3313: 3309: 3308: 3305: 3302: 3299: 3296: 3293: 3290: 3287: 3284: 3280: 3279: 3276: 3273: 3270: 3267: 3264: 3261: 3256: 3253: 3249: 3248: 3245: 3242: 3239: 3236: 3233: 3230: 3225: 3222: 3218: 3217: 3214: 3211: 3208: 3205: 3202: 3199: 3196: 3193: 3189: 3188: 3185: 3182: 3179: 3176: 3173: 3170: 3165: 3162: 3158: 3157: 3154: 3151: 3148: 3145: 3142: 3139: 3134: 3131: 3127: 3126: 3123: 3120: 3117: 3114: 3111: 3108: 3105: 3102: 3098: 3097: 3094: 3091: 3088: 3085: 3082: 3079: 3074: 3071: 3067: 3066: 3063: 3060: 3057: 3054: 3051: 3048: 3045: 3042: 3038: 3037: 3034: 3031: 3028: 3025: 3022: 3019: 3016: 3013: 3009: 3008: 3005: 3002: 2999: 2996: 2993: 2990: 2987: 2984: 2980: 2979: 2976: 2973: 2970: 2967: 2964: 2961: 2958: 2955: 2951: 2950: 2947: 2944: 2941: 2938: 2935: 2932: 2929: 2926: 2922: 2921: 2918: 2915: 2912: 2909: 2906: 2903: 2898: 2895: 2891: 2890: 2887: 2884: 2881: 2878: 2875: 2872: 2867: 2864: 2860: 2859: 2856: 2853: 2850: 2847: 2844: 2841: 2836: 2833: 2829: 2828: 2825: 2822: 2819: 2816: 2813: 2810: 2805: 2802: 2798: 2797: 2794: 2791: 2788: 2785: 2782: 2779: 2774: 2771: 2767: 2766: 2763: 2760: 2757: 2754: 2751: 2748: 2743: 2740: 2736: 2735: 2732: 2729: 2726: 2723: 2720: 2717: 2712: 2709: 2705: 2704: 2701: 2698: 2695: 2692: 2689: 2686: 2681: 2678: 2674: 2673: 2670: 2667: 2664: 2661: 2658: 2655: 2650: 2647: 2643: 2642: 2639: 2636: 2633: 2630: 2627: 2624: 2619: 2616: 2612: 2611: 2608: 2605: 2602: 2599: 2596: 2593: 2588: 2585: 2581: 2580: 2577: 2574: 2571: 2568: 2565: 2562: 2557: 2554: 2550: 2549: 2546: 2543: 2540: 2537: 2534: 2531: 2526: 2523: 2519: 2518: 2515: 2512: 2509: 2506: 2503: 2500: 2497: 2494: 2490: 2489: 2486: 2483: 2480: 2477: 2474: 2471: 2468: 2465: 2461: 2460: 2457: 2454: 2451: 2448: 2445: 2442: 2437: 2434: 2430: 2429: 2426: 2423: 2420: 2417: 2414: 2411: 2408: 2405: 2401: 2400: 2397: 2394: 2391: 2388: 2385: 2382: 2379: 2376: 2372: 2371: 2368: 2365: 2362: 2359: 2356: 2353: 2350: 2347: 2343: 2342: 2339: 2336: 2333: 2330: 2327: 2324: 2321: 2318: 2314: 2313: 2310: 2307: 2304: 2301: 2298: 2295: 2292: 2289: 2285: 2284: 2281: 2278: 2275: 2272: 2269: 2266: 2263: 2260: 2256: 2255: 2252: 2249: 2246: 2243: 2240: 2237: 2234: 2231: 2227: 2226: 2223: 2220: 2217: 2214: 2211: 2208: 2205: 2202: 2198: 2197: 2194: 2191: 2188: 2185: 2182: 2179: 2176: 2173: 2169: 2168: 2165: 2162: 2159: 2156: 2153: 2150: 2147: 2144: 2140: 2139: 2136: 2133: 2130: 2127: 2124: 2121: 2118: 2115: 2111: 2110: 2107: 2104: 2101: 2098: 2095: 2092: 2089: 2086: 2082: 2081: 2078: 2075: 2072: 2069: 2066: 2063: 2060: 2057: 2053: 2052: 2049: 2046: 2043: 2040: 2037: 2034: 2031: 2028: 2024: 2023: 2020: 2017: 2014: 2011: 2008: 2005: 2002: 1999: 1995: 1994: 1991: 1988: 1985: 1982: 1979: 1976: 1973: 1970: 1966: 1965: 1962: 1959: 1956: 1953: 1950: 1947: 1944: 1941: 1937: 1936: 1933: 1930: 1927: 1924: 1921: 1918: 1915: 1912: 1908: 1907: 1904: 1901: 1898: 1895: 1892: 1889: 1886: 1883: 1879: 1878: 1875: 1872: 1869: 1866: 1863: 1860: 1857: 1854: 1850: 1849: 1846: 1843: 1840: 1837: 1834: 1831: 1828: 1825: 1821: 1820: 1817: 1814: 1811: 1808: 1805: 1802: 1799: 1796: 1792: 1791: 1788: 1785: 1782: 1779: 1776: 1773: 1770: 1767: 1763: 1762: 1759: 1756: 1753: 1750: 1747: 1744: 1741: 1738: 1734: 1733: 1730: 1727: 1724: 1721: 1718: 1715: 1712: 1709: 1705: 1704: 1701: 1698: 1695: 1692: 1689: 1686: 1683: 1680: 1676: 1675: 1672: 1669: 1666: 1663: 1660: 1657: 1654: 1651: 1647: 1646: 1643: 1640: 1637: 1634: 1631: 1628: 1625: 1622: 1618: 1617: 1614: 1611: 1608: 1605: 1602: 1599: 1596: 1593: 1589: 1588: 1585: 1582: 1579: 1576: 1573: 1570: 1567: 1564: 1560: 1559: 1556: 1553: 1550: 1547: 1544: 1541: 1538: 1535: 1531: 1530: 1527: 1524: 1521: 1518: 1515: 1512: 1509: 1506: 1502: 1501: 1498: 1495: 1492: 1489: 1486: 1483: 1480: 1477: 1473: 1472: 1469: 1466: 1463: 1460: 1457: 1454: 1451: 1448: 1444: 1443: 1440: 1437: 1434: 1431: 1428: 1425: 1422: 1419: 1415: 1414: 1411: 1408: 1405: 1402: 1399: 1396: 1393: 1390: 1386: 1385: 1382: 1379: 1376: 1373: 1370: 1367: 1364: 1361: 1357: 1356: 1353: 1350: 1347: 1344: 1341: 1338: 1335: 1332: 1328: 1327: 1324: 1321: 1318: 1315: 1312: 1309: 1306: 1303: 1299: 1298: 1295: 1292: 1289: 1286: 1283: 1280: 1277: 1274: 1270: 1269: 1266: 1263: 1260: 1257: 1254: 1251: 1248: 1245: 1241: 1240: 1237: 1234: 1231: 1228: 1225: 1222: 1219: 1216: 1212: 1211: 1208: 1205: 1202: 1199: 1196: 1193: 1190: 1187: 1183: 1182: 1179: 1176: 1173: 1170: 1167: 1164: 1161: 1158: 1154: 1153: 1150: 1147: 1144: 1141: 1138: 1135: 1132: 1129: 1125: 1124: 1121: 1118: 1115: 1112: 1109: 1106: 1103: 1100: 1096: 1095: 1092: 1089: 1086: 1083: 1080: 1077: 1074: 1071: 1067: 1066: 1063: 1060: 1057: 1054: 1051: 1048: 1045: 1042: 1038: 1037: 1034: 1031: 1028: 1025: 1022: 1019: 1016: 1013: 1009: 1008: 1005: 1002: 999: 996: 993: 990: 987: 984: 980: 979: 976: 973: 970: 967: 964: 961: 958: 955: 951: 950: 947: 944: 941: 938: 935: 932: 929: 926: 922: 921: 918: 915: 912: 909: 906: 903: 900: 897: 893: 892: 889: 886: 883: 880: 877: 874: 871: 868: 864: 863: 860: 857: 854: 851: 848: 845: 842: 839: 835: 834: 831: 828: 825: 822: 819: 816: 813: 810: 806: 805: 802: 799: 796: 793: 790: 787: 784: 781: 777: 776: 773: 770: 767: 764: 761: 758: 755: 752: 748: 747: 744: 741: 738: 735: 732: 729: 726: 723: 719: 718: 715: 712: 709: 706: 703: 700: 697: 694: 690: 689: 686: 683: 680: 677: 674: 671: 668: 665: 661: 660: 657: 654: 651: 648: 645: 642: 639: 636: 632: 631: 628: 625: 622: 619: 616: 613: 610: 607: 603: 602: 599: 596: 590: 587: 584: 581: 576: 573: 569: 568: 565: 562: 557: 553: 552: 549: 544: 541: 538: 535: 532: 514: 511: 483: 480: 471: 470: 467: 464: 461: 460: 457: 454: 451: 450: 447: 444: 441: 437: 436: 433: 430: 427: 423: 422: 419: 416: 413: 409: 408: 405: 402: 399: 395: 394: 391: 388: 385: 381: 380: 377: 374: 371: 367: 366: 363: 360: 357: 353: 352: 349: 346: 343: 339: 338: 335: 332: 329: 306: 303: 293: 290: 282: 281: 278: 275: 258: 255: 243: 242: 239: 236: 233: 230: 227: 224: 187: 184: 150:ISO/IEC 8859-1 134:linear barcode 117: 116: 31: 29: 22: 16:Barcode format 15: 13: 10: 9: 6: 4: 3: 2: 4806: 4795: 4792: 4791: 4789: 4774: 4766: 4764: 4756: 4755: 4752: 4746: 4743: 4741: 4738: 4736: 4733: 4731: 4728: 4726: 4723: 4722: 4720: 4716: 4710: 4707: 4705: 4702: 4701: 4699: 4695: 4689: 4686: 4684: 4681: 4679: 4676: 4675: 4673: 4669: 4663: 4660: 4659: 4657: 4653: 4647: 4644: 4642: 4639: 4638: 4636: 4633: 4629: 4623: 4620: 4618: 4615: 4613: 4610: 4608: 4605: 4603: 4600: 4598: 4595: 4593: 4590: 4587: 4583: 4580: 4578: 4575: 4574: 4572: 4569: 4566:2D barcodes ( 4564: 4558: 4555: 4553: 4550: 4548: 4545: 4543: 4540: 4539: 4537: 4533: 4527: 4524: 4522: 4519: 4517: 4514: 4512: 4509: 4507: 4504: 4502: 4499: 4497: 4494: 4493: 4491: 4488: 4484: 4476: 4473: 4472: 4468: 4464: 4463: 4460: 4457: 4456: 4452: 4448: 4447: 4438: 4435: 4433: 4430: 4428: 4425: 4423: 4420: 4418: 4415: 4413: 4410: 4408: 4407:Matrix 2 of 5 4405: 4403: 4400: 4398: 4395: 4393: 4390: 4388: 4385: 4383: 4380: 4378: 4375: 4373: 4370: 4368: 4365: 4363: 4360: 4358: 4355: 4353: 4350: 4349: 4347: 4343: 4339: 4332: 4327: 4325: 4320: 4318: 4313: 4312: 4309: 4302: 4298: 4295: 4292: 4289: 4286: 4283: 4280: 4277: 4274: 4271: 4268: 4265: 4262: 4259: 4256: 4253: 4250: 4247: 4244: 4241: 4238: 4235: 4234: 4230: 4225: 4222: 4219: 4216: 4213: 4210: 4207: 4204: 4201: 4197: 4194: 4191: 4188: 4186: 4183: 4182: 4175: 4172: 4164: 4154: 4150: 4149:inappropriate 4146: 4142: 4136: 4134: 4127: 4118: 4117: 4111: 4104: 4100: 4094: 4090: 4086: 4080: 4077: 4070: 4067: 4054: 4050: 4044: 4041: 4034: 4031: 4027: 4015: 4009: 4006: 4002: 3990: 3984: 3981: 3975: 3972: 3959: 3955: 3949: 3946: 3935: 3931: 3925: 3922: 3916: 3914: 3912: 3908: 3903: 3901: 3897: 3892: 3880: 3864: 3861: 3860: 3856: 3853: 3852: 3848: 3845: 3844: 3840: 3837: 3836: 3832: 3829: 3828: 3825: 3822: 3815:56 16 16 57 3810: 3804: 3802: 3795: 3793: 3791: 3786: 3783: 3779: 3773: 3769: 3765: 3761: 3757: 3753: 3748: 3745: 3736: 3733: 3730: 3727: 3721: 3718: 3717: 3713: 3710: 3707: 3704: 3702:Reverse Stop 3698: 3695: 3694: 3690: 3687: 3684: 3681: 3675: 3672: 3671: 3667: 3664: 3661: 3658: 3656:Start Code C 3652: 3649: 3648: 3644: 3641: 3638: 3635: 3633:Start Code B 3629: 3626: 3625: 3621: 3618: 3615: 3612: 3610:Start Code A 3606: 3603: 3602: 3598: 3595: 3592: 3589: 3586: 3583: 3580: 3577: 3574: 3573: 3569: 3566: 3563: 3560: 3557: 3554: 3551: 3548: 3545: 3544: 3540: 3537: 3534: 3531: 3528: 3525: 3522: 3519: 3516: 3515: 3511: 3508: 3505: 3502: 3499: 3496: 3493: 3490: 3487: 3486: 3482: 3479: 3476: 3473: 3470: 3467: 3464: 3461: 3458: 3457: 3453: 3450: 3447: 3444: 3441: 3438: 3435: 3432: 3429: 3428: 3424: 3421: 3418: 3415: 3412: 3409: 3406: 3403: 3400: 3399: 3395: 3392: 3389: 3386: 3383: 3381: 3378: 3375: 3372: 3369: 3368: 3364: 3361: 3358: 3355: 3352: 3349: 3346: 3343: 3340: 3339: 3335: 3332: 3329: 3326: 3323: 3320: 3317: 3314: 3311: 3310: 3306: 3303: 3300: 3297: 3294: 3291: 3288: 3285: 3282: 3281: 3277: 3274: 3271: 3268: 3265: 3262: 3260: 3257: 3254: 3251: 3250: 3246: 3243: 3240: 3237: 3234: 3231: 3229: 3226: 3223: 3220: 3219: 3215: 3212: 3209: 3206: 3203: 3200: 3197: 3194: 3191: 3190: 3186: 3183: 3180: 3177: 3174: 3171: 3169: 3166: 3163: 3160: 3159: 3155: 3152: 3149: 3146: 3143: 3140: 3138: 3135: 3132: 3129: 3128: 3124: 3121: 3118: 3115: 3112: 3109: 3106: 3103: 3100: 3099: 3095: 3092: 3089: 3086: 3083: 3080: 3078: 3075: 3072: 3069: 3068: 3064: 3061: 3058: 3055: 3052: 3049: 3046: 3043: 3040: 3039: 3035: 3032: 3029: 3026: 3023: 3020: 3017: 3014: 3011: 3010: 3006: 3003: 3000: 2997: 2994: 2991: 2988: 2985: 2982: 2981: 2977: 2974: 2971: 2968: 2965: 2962: 2959: 2956: 2953: 2952: 2948: 2945: 2942: 2939: 2936: 2933: 2930: 2927: 2924: 2923: 2919: 2916: 2913: 2910: 2907: 2904: 2902: 2899: 2896: 2893: 2892: 2888: 2885: 2882: 2879: 2876: 2873: 2871: 2868: 2865: 2862: 2861: 2857: 2854: 2851: 2848: 2845: 2842: 2840: 2837: 2834: 2831: 2830: 2826: 2823: 2820: 2817: 2814: 2811: 2809: 2806: 2803: 2800: 2799: 2795: 2792: 2789: 2786: 2783: 2780: 2778: 2775: 2772: 2769: 2768: 2764: 2761: 2758: 2755: 2752: 2749: 2747: 2744: 2741: 2738: 2737: 2733: 2730: 2727: 2724: 2721: 2718: 2716: 2713: 2710: 2707: 2706: 2702: 2699: 2696: 2693: 2690: 2687: 2685: 2682: 2679: 2676: 2675: 2671: 2668: 2665: 2662: 2659: 2656: 2654: 2651: 2648: 2645: 2644: 2640: 2637: 2634: 2631: 2628: 2625: 2623: 2620: 2617: 2614: 2613: 2609: 2606: 2603: 2600: 2597: 2594: 2592: 2589: 2586: 2583: 2582: 2578: 2575: 2572: 2569: 2566: 2563: 2561: 2558: 2555: 2552: 2551: 2547: 2544: 2541: 2538: 2535: 2532: 2530: 2527: 2524: 2521: 2520: 2516: 2513: 2510: 2507: 2504: 2501: 2498: 2495: 2492: 2491: 2487: 2484: 2481: 2478: 2475: 2472: 2469: 2466: 2463: 2462: 2458: 2455: 2452: 2449: 2446: 2443: 2441: 2438: 2435: 2432: 2431: 2427: 2424: 2421: 2418: 2415: 2412: 2409: 2406: 2403: 2402: 2398: 2395: 2392: 2389: 2386: 2383: 2380: 2377: 2374: 2373: 2369: 2366: 2363: 2360: 2357: 2354: 2351: 2348: 2345: 2344: 2340: 2337: 2334: 2331: 2328: 2325: 2322: 2319: 2316: 2315: 2311: 2308: 2305: 2302: 2299: 2296: 2293: 2290: 2287: 2286: 2282: 2279: 2276: 2273: 2270: 2267: 2264: 2261: 2258: 2257: 2253: 2250: 2247: 2244: 2241: 2238: 2235: 2232: 2229: 2228: 2224: 2221: 2218: 2215: 2212: 2209: 2206: 2203: 2200: 2199: 2195: 2192: 2189: 2186: 2183: 2180: 2177: 2174: 2171: 2170: 2166: 2163: 2160: 2157: 2154: 2151: 2148: 2145: 2142: 2141: 2137: 2134: 2131: 2128: 2125: 2122: 2119: 2116: 2113: 2112: 2108: 2105: 2102: 2099: 2096: 2093: 2090: 2087: 2084: 2083: 2079: 2076: 2073: 2070: 2067: 2064: 2061: 2058: 2055: 2054: 2050: 2047: 2044: 2041: 2038: 2035: 2032: 2029: 2026: 2025: 2021: 2018: 2015: 2012: 2009: 2006: 2003: 2000: 1997: 1996: 1992: 1989: 1986: 1983: 1980: 1977: 1974: 1971: 1968: 1967: 1963: 1960: 1957: 1954: 1951: 1948: 1945: 1942: 1939: 1938: 1934: 1931: 1928: 1925: 1922: 1919: 1916: 1913: 1910: 1909: 1905: 1902: 1899: 1896: 1893: 1890: 1887: 1884: 1881: 1880: 1876: 1873: 1870: 1867: 1864: 1861: 1858: 1855: 1852: 1851: 1847: 1844: 1841: 1838: 1835: 1832: 1829: 1826: 1823: 1822: 1818: 1815: 1812: 1809: 1806: 1803: 1800: 1797: 1794: 1793: 1789: 1786: 1783: 1780: 1777: 1774: 1771: 1768: 1765: 1764: 1760: 1757: 1754: 1751: 1748: 1745: 1742: 1739: 1736: 1735: 1731: 1728: 1725: 1722: 1719: 1716: 1713: 1710: 1707: 1706: 1702: 1699: 1696: 1693: 1690: 1687: 1684: 1681: 1678: 1677: 1673: 1670: 1667: 1664: 1661: 1658: 1655: 1652: 1649: 1648: 1644: 1641: 1638: 1635: 1632: 1629: 1626: 1623: 1620: 1619: 1615: 1612: 1609: 1606: 1603: 1600: 1597: 1594: 1591: 1590: 1586: 1583: 1580: 1577: 1574: 1571: 1568: 1565: 1562: 1561: 1557: 1554: 1551: 1548: 1545: 1542: 1539: 1536: 1533: 1532: 1528: 1525: 1522: 1519: 1516: 1513: 1510: 1507: 1504: 1503: 1499: 1496: 1493: 1490: 1487: 1484: 1481: 1478: 1475: 1474: 1470: 1467: 1464: 1461: 1458: 1455: 1452: 1449: 1446: 1445: 1441: 1438: 1435: 1432: 1429: 1426: 1423: 1420: 1417: 1416: 1412: 1409: 1406: 1403: 1400: 1397: 1394: 1391: 1388: 1387: 1383: 1380: 1377: 1374: 1371: 1368: 1365: 1362: 1359: 1358: 1354: 1351: 1348: 1345: 1342: 1339: 1336: 1333: 1330: 1329: 1325: 1322: 1319: 1316: 1313: 1310: 1307: 1304: 1301: 1300: 1296: 1293: 1290: 1287: 1284: 1281: 1278: 1275: 1272: 1271: 1267: 1264: 1261: 1258: 1255: 1252: 1249: 1246: 1243: 1242: 1238: 1235: 1232: 1229: 1226: 1223: 1220: 1217: 1214: 1213: 1209: 1206: 1203: 1200: 1197: 1194: 1191: 1188: 1185: 1184: 1180: 1177: 1174: 1171: 1168: 1165: 1162: 1159: 1156: 1155: 1151: 1148: 1145: 1142: 1139: 1136: 1133: 1130: 1127: 1126: 1122: 1119: 1116: 1113: 1110: 1107: 1104: 1101: 1098: 1097: 1093: 1090: 1087: 1084: 1081: 1078: 1075: 1072: 1069: 1068: 1064: 1061: 1058: 1055: 1052: 1049: 1046: 1043: 1040: 1039: 1035: 1032: 1029: 1026: 1023: 1020: 1017: 1014: 1011: 1010: 1006: 1003: 1000: 997: 994: 991: 988: 985: 982: 981: 977: 974: 971: 968: 965: 962: 959: 956: 953: 952: 948: 945: 942: 939: 936: 933: 930: 927: 924: 923: 919: 916: 913: 910: 907: 904: 901: 898: 895: 894: 890: 887: 884: 881: 878: 875: 872: 869: 866: 865: 861: 858: 855: 852: 849: 846: 843: 840: 837: 836: 832: 829: 826: 823: 820: 817: 814: 811: 808: 807: 803: 800: 797: 794: 791: 788: 785: 782: 779: 778: 774: 771: 768: 765: 762: 759: 756: 753: 750: 749: 745: 742: 739: 736: 733: 730: 727: 724: 721: 720: 716: 713: 710: 707: 704: 701: 698: 695: 692: 691: 687: 684: 681: 678: 675: 672: 669: 666: 663: 662: 658: 655: 652: 649: 646: 643: 640: 637: 634: 633: 629: 626: 623: 620: 617: 614: 611: 608: 605: 604: 600: 597: 594: 591: 588: 585: 582: 580: 577: 574: 571: 570: 566: 563: 561: 558: 555: 554: 546:Font position 529: 523: 519: 512: 510: 508: 503: 499: 495: 491: 489: 481: 479: 476: 468: 463: 462: 458: 453: 452: 448: 445: 442: 439: 438: 434: 431: 428: 425: 424: 420: 417: 414: 411: 410: 406: 403: 400: 397: 396: 392: 389: 386: 383: 382: 378: 375: 372: 369: 368: 364: 361: 358: 355: 354: 350: 347: 344: 341: 340: 336: 333: 330: 327: 326: 323: 320: 318: 313: 304: 302: 298: 291: 289: 287: 279: 276: 273: 272: 271: 267: 263: 256: 254: 252: 248: 240: 237: 234: 231: 228: 225: 222: 221: 220: 214: 210: 206: 202: 199::quiet zone, 198: 192: 186:Specification 185: 183: 181: 177: 173: 165: 161: 159: 155: 151: 147: 143: 139: 135: 131: 123: 113: 110: 102: 91: 88: 84: 81: 77: 74: 70: 67: 63: 60: β€“  59: 55: 54:Find sources: 48: 44: 38: 37: 32:This article 30: 26: 21: 20: 4597:Han Xin code 4371: 4206:The 128 code 4167: 4161:January 2015 4158: 4143:by removing 4130: 4102: 4088: 4079: 4069: 4057:. Retrieved 4052: 4043: 4033: 4024: 4018:. Retrieved 4008: 3999: 3993:. Retrieved 3983: 3974: 3962:. Retrieved 3957: 3948: 3937:. Retrieved 3933: 3924: 3904: 3893: 3881: 3870: 3823: 3819:56 00 57 3811: 3808: 3799: 3796:Availability 3787: 3784: 3780: 3755: 3751: 3749: 3746: 3742: 3711:11010111000 3688:11000111010 3665:11010011100 3642:11010010000 3619:11010000100 3596:11110101110 3567:11101011110 3538:10111101110 3509:10111011110 3480:11110100010 3451:11110101000 3422:10111100010 3393:10111101000 3362:10001011110 3333:10100011110 3304:10101111000 3275:11110110110 3244:11011110110 3213:11011011110 3184:11110010010 3153:11110010100 3122:11110100100 3093:10011110010 3062:10011110100 3033:10111100100 3004:10010011110 2975:10010111100 2946:10100111100 2917:10001111010 2886:11000010100 2855:11110111010 2824:11001010000 2793:11000010010 2762:10000110010 2731:10000110100 2700:10011000010 2669:10011010000 2638:10110000100 2607:10110010000 2576:10000100110 2545:10000101100 2514:10010000110 2485:10010110000 2456:10100001100 2425:10100110000 2396:11110001010 2367:11001000010 2338:11101111010 2309:11100011010 2280:11101100010 2251:11101101000 2222:11100010110 2193:11101000110 2164:11101011000 2135:11011101110 2106:11011100010 2077:11011101000 2048:11000101110 2019:11010001110 1990:11101110110 1961:10001110110 1932:10111000110 1903:10111011000 1874:10001101110 1845:10110001110 1816:10110111000 1787:11000100010 1758:11000101000 1729:11010001000 1700:10001100010 1671:10001101000 1642:10110001000 1613:10001000110 1584:10001011000 1555:10100011000 1526:11000110110 1497:11011000110 1468:11011011000 1439:11100110010 1410:11100110100 1381:11101100100 1352:11100100110 1323:11100101100 1294:11101001100 1265:11101101110 1236:11001110100 1207:11011100100 1178:11001001110 1149:11001011100 1120:11001110010 1091:10011100110 1062:10011101100 1033:10111001100 1004:10011001110 975:10011011100 946:10110011100 917:11000100100 888:11001000100 859:11001001000 830:10001100100 801:10011000100 772:10011001000 743:10001001100 714:10010001100 685:10010011000 656:11001100110 627:11001101100 598:11011001100 520: 516: 504: 500: 496: 492: 485: 477: 474: 342:Start Code A 321: 311: 308: 299: 295: 285: 283: 268: 264: 260: 247:weighted sum 244: 229:Encoded data 226:Start symbol 218: 212: 208: 204: 200: 196: 171: 170: 138:alphanumeric 129: 128: 105: 96: 86: 79: 72: 65: 53: 41:Please help 36:verification 33: 4582:Data Matrix 4552:MicroPDF417 4547:GS1 DataBar 4487:Post office 4412:MSI Barcode 4387:GS1 DataBar 4231:Sample code 4196:Barcodesoft 3964:November 6, 3934:www.iso.org 3913:algorithm. 3862:entire data 3846:end of data 3772:White House 235:Stop symbol 211::checksum, 4577:Aztec Code 4422:Pharmacode 4417:Patch Code 4249:GenCode128 4020:2017-01-21 3995:2017-01-21 3939:2018-02-15 3917:References 3731:Î / Γ“ / Γ» 3662:Í / Γ’ / ΓΊ 3639:Ì / Γ‘ / ΓΉ 3616:Γ‹ / Ð / ΓΈ 3593:Ê / Ï / Γ· 3564:Γ‰ / Î / ΓΆ 3535:È / Í / È 3506:Γ‡ / Ì / Γ΄ 3477:Γ† / Γ‹ / Γ³ 3448:Γ… / Ê / Γ² 3419:Γ„ / Γ‰ / Γ± 3390:Γƒ / È / Γ° 551:Bar/Space 534:Hex value 488:ISO-8859-1 241:Quiet zone 223:Quiet zone 99:April 2024 69:newspapers 58:"Code 128" 4617:rMQR Code 4542:Codablock 4285:Barcode4J 4145:excessive 4074:strategy. 3960:. Keyence 526:Code 128 180:packaging 160:in 1981. 4794:Barcodes 4788:Category 4763:Category 4646:ShotCode 4641:MaxiCode 4634:barcodes 4607:MaxiCode 4602:JAB Code 4586:Semacode 4489:barcodes 4475:MaxiCode 4372:Code 128 4338:Barcodes 4059:June 28, 3770:for the 3768:ZIP code 3737:2331112 3468:Shift A 3465:Shift B 564:Pattern 257:Subtypes 176:shipping 142:barcodes 130:Code 128 4773:Commons 4612:QR code 4592:DotCode 4511:POSTNET 4506:PostBar 4432:Telepen 4427:Plessey 4377:Codabar 4367:Code 93 4362:Code 39 4357:Code 11 4301:Lazarus 4139:Please 4131:use of 4026:choice. 3907:optimal 3750:The FNC 3714:211133 3691:233111 3668:211232 3645:211214 3622:211412 3599:411131 3570:311141 3558:Code A 3555:Code A 3541:114131 3529:Code B 3523:Code B 3512:113141 3497:Code C 3494:Code C 3483:411311 3454:411113 3425:114311 3396:114113 3365:131141 3336:111341 3307:111143 3301:| 3292:| 3278:412121 3247:214121 3216:212141 3187:421211 3156:421112 3125:411212 3096:124211 3065:124112 3036:114212 3007:121241 2978:121142 2949:111242 2920:134111 2889:241112 2858:413111 2827:221114 2796:241211 2765:142211 2734:142112 2703:122411 2672:122114 2641:112412 2610:112214 2579:141221 2548:141122 2517:121421 2488:121124 2459:111422 2428:111224 2399:431111 2370:221411 2341:314111 2312:332111 2283:312311 2254:312113 2225:331121 2196:311321 2167:311123 2138:213131 2109:213311 2080:213113 2051:231131 2022:211331 1993:313121 1964:133121 1935:113321 1906:113123 1877:132131 1848:112331 1819:112133 1790:231311 1761:231113 1732:211313 1703:132311 1674:132113 1645:112313 1616:131321 1587:131123 1558:111323 1529:232121 1500:212321 1471:212123 1442:322211 1413:322112 1384:312212 1355:321221 1326:321122 1297:311222 1268:312131 1239:223112 1210:213212 1181:221231 1152:221132 1123:223211 1094:123221 1065:123122 1036:113222 1007:122231 978:122132 949:112232 920:231212 891:221312 862:221213 833:132212 804:122312 775:122213 746:131222 717:121322 688:121223 659:222221 630:222122 601:212222 567:Widths 560:Latin-1 507:QR Code 207::data, 172:GS1-128 154:Code 39 83:scholar 4745:CueCat 4735:Matrix 4709:Bokode 4622:Boxing 4568:matrix 4557:PDF417 4526:PLANET 4516:RM4SCC 4402:ITF-14 4095:  3587:FNC 1 3584:FNC 1 3581:FNC 1 3552:FNC 4 3526:FNC 4 3439:FNC 2 3436:FNC 2 3410:FNC 3 3407:FNC 3 769:& 760:& 757:& 583:space 531:Value 334:Weight 251:modulo 215::stop 85:  78:  71:  64:  56:  4655:Other 4459:UPC-A 4237:ZXing 3887:, or 3679:Stop 1465:> 1456:> 1453:> 1407:< 1398:< 1395:< 579:space 556:Code 543:128C 540:128B 537:128A 331:Value 317:below 146:ASCII 90:JSTOR 76:books 4704:RFID 4273:GOCR 4093:ISBN 4061:2023 3966:2023 3905:The 3673:106 3650:105 3627:104 3604:103 3575:102 3546:101 3517:100 3356:126 3327:125 3298:124 3269:123 3238:122 3207:121 3178:120 3147:119 3116:118 3107:SYN 3087:117 3056:116 3047:DC4 3027:115 3018:DC3 2998:114 2989:DC2 2969:113 2960:DC1 2940:112 2931:DLE 2911:111 2880:110 2849:109 2818:108 2787:107 2756:106 2725:105 2694:104 2663:103 2632:102 2601:101 2570:100 2499:STX 2470:SOH 459:878 449:245 435:114 393:126 351:103 328:Code 178:and 62:news 4437:UPC 4147:or 3857:6+ 3849:4+ 3841:4+ 3821:). 3676:6a 3653:69 3630:68 3607:67 3578:66 3549:65 3520:64 3500:99 3491:63 3488:99 3471:98 3462:62 3459:98 3442:97 3433:61 3430:97 3413:96 3404:60 3401:96 3384:95 3380:DEL 3376:US 3373:5f 3370:95 3353:94 3347:RS 3344:5e 3341:94 3324:93 3318:GS 3315:5d 3312:93 3295:92 3289:FS 3286:5c 3283:92 3266:91 3259:ESC 3255:5b 3252:91 3235:90 3228:SUB 3224:5a 3221:90 3204:89 3198:EM 3195:59 3192:89 3175:88 3168:CAN 3164:58 3161:88 3144:87 3137:ETB 3133:57 3130:87 3113:86 3104:56 3101:86 3084:85 3077:NAK 3073:55 3070:85 3053:84 3044:54 3041:84 3024:83 3015:53 3012:83 2995:82 2986:52 2983:82 2966:81 2957:51 2954:81 2937:80 2928:50 2925:80 2908:79 2897:4f 2894:79 2877:78 2866:4e 2863:78 2846:77 2835:4d 2832:77 2815:76 2804:4c 2801:76 2784:75 2773:4b 2770:75 2753:74 2742:4a 2739:74 2722:73 2711:49 2708:73 2691:72 2680:48 2677:72 2660:71 2653:BEL 2649:47 2646:71 2629:70 2622:ACK 2618:46 2615:70 2598:69 2591:ENQ 2587:45 2584:69 2567:68 2560:EOT 2556:44 2553:68 2539:99 2536:67 2529:ETX 2525:43 2522:67 2508:98 2505:66 2496:42 2493:66 2479:97 2476:65 2467:41 2464:65 2450:96 2447:64 2440:NUL 2436:40 2433:64 2419:95 2416:63 2407:3f 2404:63 2390:94 2387:62 2378:3e 2375:62 2361:93 2358:61 2349:3d 2346:61 2332:92 2329:60 2320:3c 2317:60 2303:91 2300:59 2291:3b 2288:59 2274:90 2271:58 2262:3a 2259:58 2245:89 2242:57 2233:39 2230:57 2216:88 2213:56 2204:38 2201:56 2187:87 2184:55 2175:37 2172:55 2158:86 2155:54 2146:36 2143:54 2129:85 2126:53 2117:35 2114:53 2100:84 2097:52 2088:34 2085:52 2071:83 2068:51 2059:33 2056:51 2042:82 2039:50 2030:32 2027:50 2013:81 2010:49 2001:31 1998:49 1984:80 1981:48 1972:30 1969:48 1955:79 1952:47 1943:2f 1940:47 1926:78 1923:46 1914:2e 1911:46 1897:77 1894:45 1885:2d 1882:45 1868:76 1865:44 1856:2c 1853:44 1839:75 1836:43 1827:2b 1824:43 1810:74 1807:42 1798:2a 1795:42 1781:73 1778:41 1769:29 1766:41 1752:72 1749:40 1740:28 1737:40 1723:71 1720:39 1711:27 1708:39 1694:70 1691:38 1682:26 1679:38 1665:69 1662:37 1653:25 1650:37 1636:68 1633:36 1624:24 1621:36 1607:67 1604:35 1595:23 1592:35 1578:66 1575:34 1566:22 1563:34 1549:65 1546:33 1537:21 1534:33 1520:64 1517:32 1508:20 1505:32 1491:63 1488:31 1479:1f 1476:31 1462:62 1459:30 1450:1e 1447:30 1433:61 1430:29 1421:1d 1418:29 1404:60 1401:28 1392:1c 1389:28 1375:59 1372:27 1363:1b 1360:27 1346:58 1343:26 1334:1a 1331:26 1317:57 1314:25 1305:19 1302:25 1288:56 1285:24 1276:18 1273:24 1259:55 1256:23 1247:17 1244:23 1230:54 1227:22 1218:16 1215:22 1201:53 1198:21 1189:15 1186:21 1172:52 1169:20 1160:14 1157:20 1143:51 1140:19 1131:13 1128:19 1114:50 1111:18 1102:12 1099:18 1085:49 1082:17 1073:11 1070:17 1056:48 1053:16 1044:10 1041:16 1027:47 1024:15 1015:0f 1012:15 998:46 995:14 986:0e 983:14 969:45 966:13 957:0d 954:13 940:44 937:12 928:0c 925:12 911:43 908:11 899:0b 896:11 882:42 879:10 870:0a 867:10 853:41 850:09 841:09 824:40 821:08 812:08 795:39 792:07 783:07 766:38 763:06 754:06 737:37 734:05 725:05 711:$ 708:36 705:04 702:$ 699:$ 696:04 679:35 676:03 667:03 650:34 647:02 638:02 621:33 618:01 609:01 586:00 575:00 469:54 456:Sum 421:90 407:68 379:84 365:48 348:(1) 345:103 312:and 45:by 4790:: 4202:). 4101:. 4051:. 4023:. 3998:. 3956:. 3932:. 3891:. 3879:. 3778:" 3722:β€” 3719:β€” 3708:β€” 3705:β€” 3699:β€” 3696:β€” 3685:β€” 3682:β€” 3359:~ 3350:~ 3330:} 3321:} 3272:{ 3263:{ 3241:z 3232:z 3210:y 3201:y 3181:x 3172:x 3150:w 3141:w 3119:v 3110:v 3090:u 3081:u 3059:t 3050:t 3030:s 3021:s 3001:r 2992:r 2972:q 2963:q 2943:p 2934:p 2914:o 2905:o 2901:SI 2883:n 2874:n 2870:SO 2852:m 2843:m 2839:CR 2821:l 2812:l 2808:FF 2790:k 2781:k 2777:VT 2759:j 2750:j 2746:LF 2728:i 2719:i 2715:HT 2697:h 2688:h 2684:BS 2666:g 2657:g 2635:f 2626:f 2604:e 2595:e 2573:d 2564:d 2542:c 2533:c 2511:b 2502:b 2482:a 2473:a 2453:` 2444:` 2422:_ 2413:_ 2410:_ 2393:^ 2384:^ 2381:^ 2364:] 2355:] 2352:] 2335:\ 2326:\ 2323:\ 2306:[ 2297:[ 2294:[ 2277:Z 2268:Z 2265:Z 2248:Y 2239:Y 2236:Y 2219:X 2210:X 2207:X 2190:W 2181:W 2178:W 2161:V 2152:V 2149:V 2132:U 2123:U 2120:U 2103:T 2094:T 2091:T 2074:S 2065:S 2062:S 2045:R 2036:R 2033:R 2016:Q 2007:Q 2004:Q 1987:P 1978:P 1975:P 1958:O 1949:O 1946:O 1929:N 1920:N 1917:N 1900:M 1891:M 1888:M 1871:L 1862:L 1859:L 1842:K 1833:K 1830:K 1813:J 1804:J 1801:J 1784:I 1775:I 1772:I 1755:H 1746:H 1743:H 1726:G 1717:G 1714:G 1697:F 1688:F 1685:F 1668:E 1659:E 1656:E 1639:D 1630:D 1627:D 1610:C 1601:C 1598:C 1581:B 1572:B 1569:B 1552:A 1543:A 1540:A 1523:@ 1514:@ 1511:@ 1494:? 1485:? 1482:? 1436:= 1427:= 1424:= 1378:; 1369:; 1366:; 1349:: 1340:: 1337:: 1320:9 1311:9 1308:9 1291:8 1282:8 1279:8 1262:7 1253:7 1250:7 1233:6 1224:6 1221:6 1204:5 1195:5 1192:5 1175:4 1166:4 1163:4 1146:3 1137:3 1134:3 1117:2 1108:2 1105:2 1088:1 1079:1 1076:1 1059:0 1050:0 1047:0 1030:/ 1021:/ 1018:/ 1001:. 992:. 989:. 972:- 963:- 960:- 943:, 934:, 931:, 914:+ 905:+ 902:+ 885:* 876:* 873:* 856:) 847:) 844:) 838:9 827:( 818:( 815:( 809:8 798:' 789:' 786:' 780:7 751:6 740:% 731:% 728:% 722:5 693:4 682:# 673:# 670:# 664:3 653:" 644:" 641:" 635:2 624:! 615:! 612:! 606:1 572:0 443:35 429:19 415:18 401:17 387:42 373:42 359:48 4588:) 4584:( 4570:) 4330:e 4323:t 4316:v 4174:) 4168:( 4163:) 4159:( 4155:. 4137:. 4063:. 3968:. 3942:. 3752:x 593:␣ 446:7 440:C 432:6 426:3 418:5 412:2 404:4 398:1 390:3 384:J 376:2 370:J 362:1 356:P 286:x 249:( 213:5 209:4 205:3 201:2 197:1 112:) 106:( 101:) 97:( 87:Β· 80:Β· 73:Β· 66:Β· 39:.

Index


verification
improve this article
adding citations to reliable sources
"Code 128"
news
newspapers
books
scholar
JSTOR
Learn how and when to remove this message

linear barcode
alphanumeric
barcodes
ASCII
ISO/IEC 8859-1
Code 39
Computer Identics Corporation

shipping
packaging
"Code 459
weighted sum
modulo
below
ISO-8859-1
QR Code
Latin-1
space

Text is available under the Creative Commons Attribution-ShareAlike License. Additional terms may apply.

↑