+65 test data

🇸🇬 Singapore phone number generator

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

Generate an example

International display+6591234567
Do not call or text generated values. Singapore uses an 8-digit national plan. This mobile-shaped example may coincide with an assigned number.

Singapore format reference

Calling code+65
National pattern9xxx xxxx
E.164 example+6591234567
Typical length8 national digits

Convert a Singapore 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 all 8 national digits and add +65; there is no domestic trunk prefix.

3. Store one canonical value

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

Singapore phone test cases

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

Manually reviewed country notes

What makes Singapore phone input different

Singapore uses an eight-digit national plan without a domestic trunk prefix. This mobile-shaped fixture begins with 9, and E.164 simply adds +65 before all eight digits.

IMDA's national numbering scheme is a structural source and does not designate this fixture as an unassigned subscriber number. Use it only for input, storage and display tests.

Check 1

Keep all eight national digits after +65.

Check 2

Do not invent or strip a leading zero.

Check 3

Use the first digit as a range hint, not proof of carrier or reachability.

Reviewed Singapore 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
9123 4567+6591234567Add +65 to eight national digits
+65 9123 4567+6591234567Normalize punctuation
0065 9123 4567+6591234567Convert an access prefix
09123 4567Reject or reviewThis fixture has no domestic trunk zero
9123 456RejectOne digit short

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

Singapore phone number FAQ

Are these Singapore 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 +65 calling code mean?

+65 is the international country calling code for Singapore. 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 IMDA national numbering scheme before enforcing production rules.

Need repeatable Singapore 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.