💴 Number to Chinese Uppercase Currency

Chinese Uppercase Result

 What "Uppercase" Chinese Numbers Are

Chinese has two parallel sets of numerals. Everyday writing uses simple characters (一 二 三 十), but financial documents use deliberately complex "banker's" characters — 壹 貳 參 拾 — that can't be altered with a stroke of a pen. It's the same anti-fraud logic as writing "one thousand and fifty dollars" in words on an English check, taken further: each banker's character is visually self-contained, so a 壹 (1) can never be doctored into anything else, while an Arabic 1 becomes 11,000 with one added digit.

Banks, promissory notes, receipts, and contracts across Taiwan, China, and Hong Kong require amounts in this form, and when the figures and the uppercase text disagree, the uppercase amount usually governs legally. This tool produces a correctly formatted uppercase amount from any number — paste NT$1,050.05 straight in, thousands separators and all.

 How to Read the Output

Three building blocks combine into any amount:

  • Digits: 零(0) 壹(1) 貳(2) 參(3) 肆(4) 伍(5) 陸(6) 柒(7) 捌(8) 玖(9)
  • Place values: 拾(10) 佰(100) 仟(1,000) — then the big groupings 萬(10⁴), 億(10⁸), 兆(10¹²). Note Chinese groups digits in fours, not threes: 1,000,000 is 壹佰萬 ("one hundred 萬"), not a "million" word.
  • Suffixes: 元 = dollar unit; 角 = 10-cent unit; 分 = cent; 整 = "exactly" (appended only when there are no cents).

Worked example: 1,050.05 → 壹仟零伍拾元零伍分 — "one thousand, zero-filler, five tens, dollars, zero-filler, five cents." The 零 characters mark skipped places so nothing can be inserted later; consecutive zeros collapse into a single 零.

 Where You'll Meet This System

  • Taiwan checks: both the numeric box and the uppercase line must be filled and must match; altered amounts void the check. The amount is written flush against the 新臺幣 (New Taiwan Dollar) heading with no gaps.
  • Contracts and receipts in Chinese-speaking business contexts state amounts both ways; auditors check that they agree.
  • Japan has a parallel system (daiji: 壱 弐 参) used on official documents — same idea, slightly different characters.
  • Red envelopes and invoices occasionally use uppercase amounts for formality even when not legally required.

 Frequently Asked Questions

What's the difference between 元 and 圓?

Same meaning — the currency unit. 元 is the modern standard; 圓 is the traditional, more formal variant that some banks and government forms still specify. When in doubt, 元 is the safe default.

Why does the output sometimes end in 整?

整 means "exactly" — it seals a whole-number amount so no cents can be appended. If the amount has 角 or 分 (cents), the text ends at the last nonzero unit instead, with no 整.

How large an amount can it handle?

Up to the 兆 (10¹²) grouping — roughly 999 trillion plus cents, with 16 integer digits. Far beyond any real check.

Can I paste the result into Excel?

Yes — format the cell as Text first so Excel doesn't try to reinterpret the content. The copy button puts the plain string on your clipboard.