Chinese postal codes (邮政编码) are six-digit numbers used throughout e-commerce checkout and logistics in China. They carry no check digit, so the most useful validation is confirming the format and decoding the geographic prefix. This tool does both entirely in your browser.
How it works
The six digits are hierarchical:
- Digit 1 — the broad postal zone (for example, 1 = North China, 2 = Northeast, 3 = East China).
- Digits 1–2 — the province or directly-administered municipality.
- Digits 3–4 — the prefecture or city.
- Digits 5–6 — the local delivery office.
Validation confirms the code is exactly six digits, rejects the reserved leading digits 0 and 9, and then maps the prefix to a postal zone and province so you can sanity-check that the code matches the intended destination.
Notes
Because there is no checksum, a “valid” result means a well-formed code in an active zone, not a guaranteed deliverable address. The province mapping is indicative; the precise delivery area depends on all six digits. For authoritative routing, confirm against China Post.