+86 test data

🇨🇳 China phone number generator

Generate China phone number examples for development, QA, input masks and documentation. Results are not live subscriber lines.

Generate an example

International display+8613012345678
Do not call or text generated values. This page creates format-accurate examples only. China does not provide a general fictional mobile range for this tool.

China format reference

Calling code+86
National pattern1xx xxxx xxxx
E.164 example+8613012345678
Typical length11 mobile digits

Convert a China number to E.164

1. Clean the input

Remove spaces, parentheses and hyphens while preserving the digits and country context.

2. Apply the trunk rule

Keep the 11-digit mobile number and add +86; no trunk zero is removed.

3. Store one canonical value

Use +8613012345678 for machine storage and format it for display at the edge of your application.

China phone test cases

CaseFixtureExpected test behavior
National display1xx xxxx xxxxAccept punctuation, then normalize.
Valid E.164 structure+8613012345678Accept for format testing; do not infer reachability.
Invalid length+861301234567Reject before storing or sending to an API.

Manually reviewed country notes

What makes China phone input different

The mobile-shaped fixture on this page has eleven national digits beginning with 1. International E.164 storage adds +86 before the complete eleven-digit value; there is no domestic trunk zero to strip from this contract.

The MIIT source describes numbering resources but does not provide a general fictional mobile range for these examples. A plausible value may be assigned, so calls, messages and account verification must remain disabled.

Check 1

Keep all eleven mobile digits after +86.

Check 2

Do not invent a leading zero when converting national input.

Check 3

Separate structural parsing from allocation, carrier and reachability checks.

Reviewed China normalization cases

These cases document the fixture contract used by GetPhoneNum. They test parsing and normalization only; they never prove that a subscriber exists.

InputExpected resultReason
130 1234 5678+8613012345678Add +86 to eleven national digits
+86 130 1234 5678+8613012345678Normalize punctuation
0086 130 1234 5678+8613012345678Convert an access prefix
1301234567RejectOne national digit short
+8613012345678Structure onlyDo not infer subscriber status

Reviewed by GetPhoneNum Editorial Team · Last reviewed August 11, 2026

Frontend checks

Test empty input, pasted punctuation, a missing country code, one digit too few and one digit too many. Avoid using a single global regex for every country.

Test a JavaScript regex

Production validation

Numbering plans change. Use a maintained numbering library and treat carrier, line type and reachability as separate checks.

Browse calling-code references

Related generators and tools

Continue testing international phone formats

China phone number FAQ

Are these China phone numbers real?

They are generated test fixtures, not verified subscriber lines. Even a structurally valid value may coincide with an assigned number unless it comes from an officially reserved fictional range.

What does the +86 calling code mean?

+86 is the international country calling code for China. In E.164 format it appears after the leading plus sign and before the national number.

Can generated numbers receive calls, SMS or verification codes?

No capability is provided or verified. Do not call, text or use generated values for account verification.

Official numbering reference

Numbering rules can change. Check the MIIT numbering resource system before enforcing production rules.

Need repeatable China fixtures?

Create up to 100 local fixtures in the browser, download the open dataset, or use the API design reference to define a deterministic contract for automated test suites.