Emergency Numbers
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.
Dial Code: +81•Last updated: January 1, 2026
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).
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.
090-1234-5678+81 90-1234-5678010 1 212 555 0123Note: Japanese mobile numbers in this format appear domestically with a leading 0, but that prefix is dropped in international format.
This table breaks down the example number shown for Japan.
| Component | Digits | Example | Notes |
|---|---|---|---|
| Country Code | 2 | +81 | Used in international format instead of the domestic leading 0. |
| Mobile Prefix | 2 | 90 | This example uses a Japanese mobile range that appears domestically as 090. |
| Subscriber Number | 8 | 12345678 | The final 8 digits identify the mobile subscriber. |
Some numbers and prefixes in Japan have special rules or reserved uses.
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.
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.
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.
^\+81[1-9]\d{8,9}$|^0[1-9]\d{8,9}$Use this CSS mask to automatically format phone number inputs:
input[type="tel"] {
mask: 000-0000-0000;
mask-image: none; /* Fallback */
}