Thailand National ID validator
Validate a 13-digit Thai National ID (เลขประจำตัวประชาชน). The tool recomputes
the official mod-11 check digit — weights 13 down to 2 over the first twelve
digits, then (11 - (sum mod 11)) mod 10 — and tells you whether it matches the
13th digit. It also reads the person-type digit, province code and
district (amphoe) code.
It is privacy-first: nothing leaves your browser. The validator checks the number’s internal consistency only and never queries any government database.