Home🇻🇳 VietnamCitizen Identity Card Number

CCCD generator (Vietnam)

A Vietnamese citizen identity number (CCCD) is twelve digits — a province code, a sex/century digit, the birth year, and a six-digit random serial. There is no checksum. These test values are synthetic.

Synthetic · not collision-guaranteed Validate a number →
061052992674

Synthetic CCCD (format-valid; the scheme has no checksum). Not a real issued number.

Format specification

IdentifierCitizen Identity Card Number (CCCD)
Country🇻🇳 Vietnam
Format000000000000
Length12 characters
ChecksumNone
Example069195136335
Safe strategy Synthetic
Data qualityVerified against sources

Citizen Identity Card Number: what each part means

000 Province or city of birth registration, 001–096 (higher codes for citizens born abroad).
0 Sex and century in one digit: 0/1 = male/female born 1900s, 2/3 = 2000s, 4/5 = 2100s.
00 Last two digits of the year of birth.
000000 Six-digit random serial.

Validation regex

Matches the canonical value — strip separators and uppercase first: value.replace(/[^A-Za-z0-9]/g, '').toUpperCase()

^0\d{11}$

References

  1. en.wikipedia.org/wiki/National_identification_number#Vietnam

Common questions

Will these pass my validation?

Yes — they are well-formed Citizen Identity Card Number values (000000000000) and pass standard format checks.

Could one belong to a real person?

These are synthetic values. They are format-valid but not drawn from a guaranteed reserved range, so use them only for testing.

Can I generate many at once?

Increase the count, or use the free API and CSV/JSON export for large datasets.

Validate an existing number →

For software testing only. These numbers are synthetic and must never be used for real-world identification, applications, or to impersonate anyone.