Calculating check digits: Modulo 11
This is a description of calculating check digits according to Modulo 11.
ActiveBarcode calculates this check digits for most codes automatically.
Calculating a check digit according to Modulo 11:
Modulo 11 is e.g. used by PZN.
Here are some examples of how to calculate the check digit according to
Modulo 11:
Calculating the the check digit of PZN: Multiply the
first digit by 2, the second digit by 3, ... the sixth digit by 7. Add the
results and divide it by 11 and the remainder (Modolu 11) is the check digit. If the check
digit is a "10", the PZN is not released as it is not considered valid.
Here is an example:
| Used digits |
631942 |
| Multiply by |
234567 |
| Add results |
12 + 9 + 4 + 45 + 24 + 14 = 108 |
| Calculate check digit |
108 / 11 = 9 Remainder 9 |
| Check digit |
9 |
The ISBN-10 and ISSN check digit:
With this check digit system it is possible for the check digit to be 10.
In this case the X is used like in this ISBN: "3-928444-00-X".
Here is an example for the ISBN-10:
| ISBN |
3 9 2
8 4 4 4
0 4 |
| Multiply |
10 9
8 7 6 5
4 3 2 |
| Result |
30 + 81 + 16 + 56 + 24 + 20 + 16 + 0 + 8 = 251 |
|
251 / 11 = 22 remainder 9 -> 11 - 9 = 2 |
|

| Home |
Shop |
Email |
Datenschutz |
Sitemap | © Lars Schenk & Frank Horn
All trademarks and product names mentioned are the property of their respective owners.
|
|