Thai ID Card Validator

Validate a 13-digit Thai national ID card number using its checksum, and decode what each part means.

Ad space · enable with PUBLIC_ADSENSE_CLIENT

Frequently Asked Questions

How is the last digit calculated?

Sum of (digit × position, 13..2) modulo 11; subtracted from 11 gives the check digit.