Contents
What type of barcode does USPS use?
USPS EAN-128
USPS EAN-128 / GS1-128 The United States Postal Service uses the EAN-128 barcode (also known as Code 128 and GS1-128) for special services such as delivery confirmation.
How are bar codes used by the US Postal Service to encode zip codes?
POSTNET (Postal Numeric Encoding Technique) is a barcode symbology used by the United States Postal Service to assist in directing mail. The ZIP Code or ZIP+4 code is encoded in half- and full-height bars. Most often, the delivery point is added, usually being the last two digits of the address or PO box number.
What is the most common barcode format?
Universal Product Code
UPC UPC (Universal Product Code) is the most common barcode for retail product labeling. It is seen in most grocery stores across the United States. The symbology encodes a 12-digit numeric-only number.
What is USPS zip code?
A ZIP Code is a postal code used by the United States Postal Service (USPS). Introduced in 1963, the basic format consisted of five digits. In 1983, an extended ZIP+4 code was introduced; it included the five digits of the ZIP Code, followed by a hyphen and four digits that designated a more specific location.
How do I get a postal barcode?
- Steps to creating your Intelligent Mail® Barcode.
- STEP 1: DOWNLOAD AND INSTALL THE ENCODER AND FONT.
- STEP 2: APPLY FOR A MAILER IDENTIFIER.
- STEP 3: POPULATE THE BARCODE FIELDS.
- Nine-Digit Mailer Identifier.
- Origin IMb Tracing® Intelligent Mail Barcode Format.
- STEP 4: PUT EVERYTHING TOGETHER.
What is a FIM code?
The Facing Identification Mark, or FIM, is a bar code designed by the United States Postal Service to assist in the automated processing of mail.
What is difference between ZIP and postal code?
ANSWER: The two codes are essentially the same in their purpose, but the term Zip code is mainly used in the USA; Postal Code is commonly used in other countries.
What are the different types of USPS barcodes?
Formatting and Printing of USPS barcode types: Postnet – used to encode the zip code and delivery point. Planet – tracks both inbound and outbound letter mail. Intelligent Mail (aka: OneCode 4-State Customer Barcode) – combines the zip code data of Postnet and the tracking of Planet into one barcode symbol.
How many bars are in ZIP + 4 POSTNET barcode?
The ZIP+4 POSTNET barcode consists of the start/stop character, 9-digit ZIP code data, check digit and the start/stop character, for a total of 52 bars. The DPBC POSTNET barcode consists of the start/stop character, 9-digit ZIP code data, two DPBC numbers, check digit and the start/stop character, for a total of 62 bars.
How does the US Postal Service bar code work?
/* POSTNET: Prior to 2009 the bar code on an envelope used by the U.S.Postal Service represented a five (or more) digit zip code using a format called POSTNET. The bar code consists of long and short bars. For this program, we will represent the bar code as a string of digits.
What’s the ZIP code for a sample bar code?
The zip code for the sample bar code decodes to 99504. While the POSTNET scheme may seem unnecessarily complex, its design allows machines to detect if errors have been made in scanning the zip code. Write a zip code class that encodes and decodes five-digit bar codes used by the U.S. Postal Service on envelopes.