Disable All Advertising
Image
EAN-130032429316752   EAN-13 barcode 0032429316752
UPC-A032429316752   UPC-A barcode 032429316752
Product NameBumblebee
CategoryElectronics / Photography: A/V Media: Movie / TV
Price New12.10 US Dollars    (curriencies)
Price Used10.75 US Dollars    (curriencies)
RatingPG-13 - Parents Strongly Cautioned
IMDbIMDb Link
TrailerWatch The Trailer
Run Time114 minutes
CastHailee Steinfeld, Jorge Lendeborg Jr., John Cena, Jason Drucker
DirectorTravis Knight
GenreACTION,ADVENTURE,SCI-FI
Run Time114 minutes
Width7.5 inches    (convert)
Height5.4 inches    (convert)
Length0.7 inches    (convert)
Weight52 hundredths pounds    (convert)
BindingBlu-ray
Release Year2018
FormatNTSC, Widescreen
Run Time114 minutes
FeaturesShrink-wrapped
Long DescriptionOn the run in the year 1987, Bumblebee finds refuge in a junkyard in a small California beach town. On the cusp of turning 18 and trying to find her place in the world, Charlie Watson discovers Bumblebee, battle-scarred and broken.
Similar Items0031398299936: Robin Hood
0031398298090: Hunter Killer
0025192368059: Illumination Presents Dr. Seuss' The Grinch
0024543824619: Day Watch / Night Watch Double Feature Blu-ray
0024543619819: Deadpool 2: Once Upon a Deadpool [Blu-ray]
0024543294672: Alien 7-Film Franchise Blu-ray Bundle
0012569829688: Ant Bully
0012569828476: The Perfect Storm [Blu-ray]
0012569736764: In the Land of Women
0009600902851: From Dusk Till Dawn 4 Film Collection
View 20 more similar items
Created01-07-2019 12:00:05am
Modified11-26-2019 3:11:03pm
MD5b83ae9b5fb9dc5d6fc0c204f21251677
SHA256b066d65e1cc4bd6f6fd232439a836c8c79a18c044b84a9fc7430be14cf223a4b
Search Googleby EAN or by Title
Query Time0.0239260

An article of interest

The Main EANData blog

MSI Barcodes

This symbology was developed by the MSI Data Corporation and is based on the Plessey Code symbology. MSI is most often used in warehouses and inventory control.

This is a continuous non-self-checking symbology meaning it has no predetermined length and there is no validation built into the barcode itself. If you want to validate the data stored in the barcode, you would need to use a check digit. Mod 10 is the most common check digit used with MSI but you can also use mod 1010 or mod 1110. It is allowed but generally not a good idea to omit the check digit all together.

There is a start marker which is represented by three binary digits 110 (where 1 is black and 0 is white). There is also a stop marker which is represented by four binary digits 1001. The remaining markers represent the numeric digits 0-9 (no text or special characters) and each digit is represented by twelve binary digits. Below is a table that describes all of the possible markers. The start and stop markers are the main difference between MSI and Plessey. That and the fact that MSI only covers digits 0-9. You can read these stripes as a binary values where 110 is binary 1 and 100 is binary 0. The stop marker simply has an extra bit on the end.

Character Stripe Bits Binary Value
START 110 1
0 100100100100 0000
1 100100100110 0001
2 100100110100 0010
3 100100110110 0011
4 100110100100 0100
5 100110100110 0101
6 100110110100 0110
7 100110110110 0111
8  110100100100 1000
9  110100100110 1001
STOP 1001 0 + extra stripe

 To create a graphical barcode using this process, you can simply string together a series of 1 and 0 graphic images once you have calculated what your barcode should look like using the table shown above. You can view the source code of this page if you want to see how we created the example shown below.

Code [start]375[stop]
Bits: 110 100100110110 100110110110 100110100110 1001
Graphic:

This is just an example of one way to perform the graphic encoding. It is often easier to just draw the lines instead of tacking together individual images. If you would like to create free MSI barcodes, please visit our barcode generator page. You can save the images you make and use them as needed.