View Single Post
Old 07-30-2005, 06:07 PM   #33 (permalink)
Tyger
burning bright!
 
Tyger's Avatar
 
Join Date: Apr 2005
Location: New York
Posts: 1,165
Quote:
Originally Posted by TimMullen
One other point about the "X" for the Check Digit. It's quite possible that the value of the check digit is "X". The check digit uses a Modulus 11 function, which results in a remainder of 0-10 which is used as the check digit. If the check digit is 10, it is replaced with an "X" - it's all part of the algorithm ...

One other point - the VIN encodes the model year as a character. It's currently the same as the last digit of the year, which will work until 2009. 2010 will be encoded as an "A", 2011 as "B", etc. They won't have to reuse the model years character "5" for another 30+ years...
Good points. It's interesting that they use modulo 11 and not 10.
You can't use the letters I, O, or Q anywhere in a VIN, and for the 10th digit (model year) it looks like they might decide to leave off three more letters, or maybe two letters and zero, (they left off U and Z in the last decade), so that the next year that 5 will be used would be, yup, 2035!
Tyger is offline   Reply With Quote