Korean Large Number Formatter

Format large numbers using 만/억/조 Korean grouping units

Format a large integer using the Korean myriad system, which advances every four digits: 만 (10,000), 억 (100 million), 조 (1 trillion). Shows both the digit form (1억2345만) and Sino-Korean Hangul reading. Runs in your browser.

Why do Korean units advance every four digits?

Korean uses a myriad system shared with Chinese and Japanese, where each unit is 10,000 times the last: 만 is 10,000, 억 is 100 million, and 조 is one trillion. Western grouping every three digits does not match this.

Korean groups large numbers every four digits using the units 만, 억, and 조, following the same myriad pattern as Chinese and Japanese. This tool converts a number into both the mixed digit form and a Sino-Korean Hangul reading.

How it works

The number is split into 4-digit groups from the right, and each non-zero group is tagged with its myriad unit:

만 = 10,000       (10^4)
억 = 100,000,000  (10^8)
조 = 1,000,000,000,000 (10^12)
경 = 10^16

Within each group the digits use 천 백 십 and the Sino-Korean numerals 일-구, and a leading 일 is dropped before 십, 백, and 천. So 123456789 becomes the digit form 1억2345만6789 and the Hangul 일억 이천삼백사십오만 육천칠백팔십구.

Example and notes

Entering 123456789 gives 1억2345만6789 and the Hangul reading above, with a space separating each myriad block as Korean convention prefers. The mixed digit form is the everyday way large numbers appear in Korean reporting and finance. All work is done in your browser, so your numbers stay private.