🇯🇵

Japan Phone Number Format Guide and Examples

Dial Code: +81•Last updated: January 1, 2026

Local Format
090-1234-5678
E.164 Format
+819012345678
International
+81 90-1234-5678

About Japan Phone Numbers

Japanese mobile numbers start with 090, 080, or 070, followed by 8 digits. Landlines vary by area code length (3-5 digits) plus subscriber number (4-7 digits).

How to Dial Japan Phone Numbers

To call a Japan phone number, the exact format depends on where the call starts. Domestic mobile calls usually keep the leading 0, while international calls to Japan use the +81 country code instead.

  • Within Japan: Dial the full national number, including the leading 0 for standard domestic calls.
    Example: 090-1234-5678
  • From abroad to Japan: Dial +81 followed by the national number without the leading 0.
    Example: +81 90-1234-5678
  • From Japan to other countries: Dial 010, then the country code, then the full phone number.
    Example: 010 1 212 555 0123

Note: Japanese mobile numbers in this format appear domestically with a leading 0, but that prefix is dropped in international format.

Phone Number Structure

This table breaks down the example number shown for Japan.

ComponentDigitsExampleNotes
Country Code2+81Used in international format instead of the domestic leading 0.
Mobile Prefix290This example uses a Japanese mobile range that appears domestically as 090.
Subscriber Number812345678The final 8 digits identify the mobile subscriber.

Special Cases

Some numbers and prefixes in Japan have special rules or reserved uses.

  • Emergency Numbers

    110118119

    Japan uses separate short emergency numbers: 110 for police, 118 for the coast guard, and 119 for fire and ambulance services. These are emergency access numbers, not standard subscriber numbers.

  • Toll-Free Numbers

    01200800

    Japan uses dedicated non-geographic prefixes such as 0120 and 0800 for toll-free services. These are commonly used by customer support centers and businesses.

  • Navi Dial and Shared-Cost Access

    0570

    0570 numbers are commonly used for shared-cost navigation and customer contact services. They are not ordinary geographic numbers and often have special charging rules.

Validation Regex

regexregex
^\+81[1-9]\d{8,9}$|^0[1-9]\d{8,9}$

Code Examples

CSS Masking Format

Use this CSS mask to automatically format phone number inputs:

cssinput-masking.css
input[type="tel"] {
  mask: 000-0000-0000;
  mask-image: none; /* Fallback */
}

Other Countries