๐Ÿ‡ฏ๐Ÿ‡ตJapan (JP)

ISO 3166 country code - Asia / Eastern Asia

About Japan

Japan (JP) is located in Asia, Eastern Asia. The official currency is the Japanese Yen (JPY). It has 47 administrative subdivisions defined in ISO 3166-2.

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
JP-06YamagataPrefecture
JP-07FukushimaPrefecture
JP-08IbarakiPrefecture
JP-09TochigiPrefecture
JP-10GunmaPrefecture
JP-11SaitamaPrefecture
JP-12ChibaPrefecture
JP-13TรดkyรดPrefecture
JP-14KanagawaPrefecture
JP-15NiigataPrefecture

Showing 15 of 47. 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 Articles

Related Countries

Use Japan data in your project

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

npm install @koshmoney/countries