.
How does the calculation work?
This tool calculates the check digit of railway numbers according to the UIC standard:
- Take the last 6 digits of the given number.
- Multiply digits alternately by 2 and 1, starting from the right.
- If the result is two-digit, sum its digits.
- Add all results together.
- The check digit completes the sum to the nearest multiple of ten.