ISO 6346 (container number)
The shipping-container identification standard: 4 letters (owner code + equipment category) + 6 digits + 1 check digit. Letters map to values (A=10, skipping multiples of 11), each position is weighted 2^n, and the sum mod 11 gives the check digit (10 counts as 0). TrackJet validates this locally before any carrier lookup — a typo is caught instantly, often with a correction suggestion.
Try it — live validator
Runs the same algorithm TrackJet’s detector uses, locally in your browser. Zero network calls.