📊

JIS Levels and Kuten Codes: Japan's Character Classification System

How Japan classifies kanji into 4 levels across JIS X 0208 and JIS X 0213, with kuten positional codes.

The 94×94 Grid

JIS character sets are organized as a grid of 94 rows (区 ku) and 94 columns (点 ten). Each character is identified by its row-column position, called a kuten code.

For example, 亜 is at row 16, column 1 — written as 1面16区1点 (plane 1, row 16, cell 1). JIS X 0213 added a second plane, so characters can be at 1面-XX-XX or 2面-XX-XX.

The Four JIS Levels

Kanji in JIS standards are classified by frequency and importance into four levels:

LevelStandardCountContent
Level 1 (第一水準)JIS X 02082,965Common everyday kanji
Level 2 (第二水準)JIS X 02083,390Less common but essential
Level 3 (第三水準)JIS X 02131,259Names, historical text
Level 4 (第四水準)JIS X 02132,436Rare kanji, supplements

Levels 1-2 are from JIS X 0208 (1978/1983/1990/1997). Levels 3-4 were added by JIS X 0213 (2000/2004) to cover characters needed for personal names and historical documents.

JIS X 0208 vs JIS X 0213

JIS X 0213 is not just an extension — it also revised some character assignments from JIS X 0208. The 2004 revision added 10 new characters and changed the example glyphs for 168 existing characters.

CharacterJIS X 0208JIS X 0213:2004
繋 (U+7E4B)Level 1, 1-23-50Same position
繫 (U+7E6B)Not includedLevel 3, added at 1-94-94

Both forms of the character were recognized as valid, but they map to different Unicode code points. This tool shows the JIS level and kuten code for each.

Practical Significance

JIS levels matter for Japanese IT systems:

  • Government systems often require Level 1-2 support at minimum
  • Name processing (koseki/jūminhyō) needs Level 3-4 for rare name kanji
  • Font requirements: Level 1-2 fonts are common, Level 3-4 fonts are specialized
  • Input methods: Some IMEs only support Level 1-2 by default

Related articles