Skip to Content

🇯🇵Japan (JP)

ISO 3166 country code - Asia / Eastern Asia

Alpha-2JP
Alpha-3JPN
Numeric392
Currency

¥ JPY - Japanese Yen

Code Example

import { country } from '@koshmoney/countries';

// Look up Japan by alpha-2 code
const jp = country.getCountry('JP');
// => { name: 'Japan', alpha2: 'JP', alpha3: 'JPN', numeric: '392' }

// Look up by alpha-3 code
country.getCountryByAlpha3('JPN');

// Look up by numeric code
country.getCountryByNumeric('392');

Subdivisions (47)

CodeNameType
JP-01HokkaidoPrefecture
JP-02AomoriPrefecture
JP-03IwatePrefecture
JP-04MiyagiPrefecture
JP-05AkitaPrefecture

...and 42 more. View all 47 subdivisions →

FAQ

What is the ISO code for Japan?
Japan has three ISO 3166-1 codes: Alpha-2 "JP", Alpha-3 "JPN", and Numeric "392".
How many subdivisions does Japan have?
Japan has 47 subdivisions defined in ISO 3166-2, including Hokkaido, Aomori, Iwate, and more.
How to look up Japan in JavaScript?
Install @koshmoney/countries via npm, then use country.getCountry('JP') to get all ISO codes, or subdivision.getByCountry('JP') for subdivisions.

Related Countries

Use Japan data in your project

Get ISO codes, subdivisions, currency, and more with a single npm package.

npm install @koshmoney/countries