Convert number

Enter the number you wish to convert into Chinese.

Information

This script returns Arabic numerals (0-9) into valid Chinese numbers.

» Entering your input

Chinese numbers rule

Chinese numbers have symbols for 0-9, followed by 10, 100 and 1000 (and so forth).
They never have consecutive zeros, e.g. 2002 is never written like 二千零零二 ([2][1000][0][0][2]), but as 二千零二 ([2][1000][0][2]).
Ending zeros are also ommited (2000 = 二千 (= [2][1000] and not [2][1000][0])).

› Thanks to ilovelctr (Timmy) for the information! (谢谢!)
› Please refer to the following article if Chinese characters are not being displayed properly.