Number to Words Converter (English, Korean & Chinese Numerals)
Turn any number into English words, Korean readings, and Chinese numerals (standard and financial)
Convert numeric values into written English words, Korean Hangul readings, and Chinese numerals — including the formal "capital" characters used on financial documents — all at once. It's handy for writing out amounts on checks, invoices, and receipts, or for studying how numbers are spoken in other languages.
도구를 불러오는 중…
🔒 Everything runs 100% in your browser. Your files and input are never uploaded to any server.
How to use
- Type the number you want to convert (negative values and decimal points are supported).
- Review the English, Korean, standard Chinese, and formal financial Chinese numeral output.
- Click the copy button to send whichever version you need to your clipboard.
FAQ
- Can it handle extremely large numbers?
- Yes. Numbers beyond JavaScript's safe integer range (10^16 and up) are parsed as strings, so nothing is rounded off or lost in conversion.
- What are formal financial numerals?
- They're anti-fraud variants of the standard Chinese numerals — 壹 instead of 一, 貳 instead of 二, and so on. The extra strokes make them nearly impossible to alter, which is why they appear on checks and other important financial records.
- Are decimal numbers also translated correctly into Korean or Hanja?
- Yes — the integer and decimal parts are converted separately and then joined with the reading for point ('점', hanja '點'), so a number like 3.14 comes out as a natural Korean or Hanja reading.
