Online number processing tool, which supports adding thousands separators, Scientific notation conversion, number to words, number to Chinese words and other functions, the tool supports batch processing.
-
Add Thousands Separators : Add thousands separators characters to the entered number.
Precision : The number of digits after the decimal point. If you do not fill in, the number of digits after the decimal point will remain unchanged.
Separator : Fill in the thousands separators, the default is,.
Input Example :
Single number : 120943423.4567
Batch Number :
120943423.4567
-120943423.4567 -
Remove Thousands Separators : In the input number, remove the thousands separators
characters.
Precision : The number of digits after the decimal point. If you do not fill in, the number of digits after the decimal point will remain unchanged.
Separator : Fill in the thousands separators, the default is,.
Input Example :
Single number : 120,943,423.4567
Batch Number :
120,943,423.4567
-120,943,423.4567 -
Convert to Scientific Notation : Convert the input number to Scientific notation.
Precision : The number of digits reserved after the decimal point when number converted to Scientific notation, optional.
Input Example :
Single number : 120943423.4567
Batch Number :
120943423.4567
-120943423.4567 -
Convert to Normal Number : Converts the input Scientific notation number to normal number.
Precision : The number of digits reserved after the decimal point when number converted to normal notation, optional.
Input Example :
Single number : 1.209434234567e+8
Batch Number :
1.209434234567e+8
-1.209434234567e+8 -
Number to Words : Converts the input number to English words.
Input Example :
Single number : 120943423.4567
Batch Number :
120943423.4567
-120943423.4567 -
Number to Money Words : Convert the input number into English amount words in uppercase.
This
processing method does not support batch processing, negative numbers, and up to two
digits after the decimal point. When the number after decimal point is greater than 2 digits
, it will be rounded to 2 digits.
Input Example :
Single number : 120943423.45 -
Number to Chinese Money Words : Convert the input number into Chinese amount words in
uppercase.
Input Example :
Single number : 120943423.4567
Batch Number :
120943423.4567
-120943423.4567 -
Number to Roman : Convert input numbers to Roman numerals. The supported number range is
[1,3999].
Input Example :
Single number : 123
Batch Number :
123
456 -
Roman to Number : Convert the input Roman numerals to Arabic numerals.
The supported range of Roman numerals is [I,MMMCMXCIX].
Input Example :
Single number : CXXIII
Batch Number :
CXXIII
CDLVI - The difference between Roman numerals and Roman numerals (Unicode): Roman numerals are composed of normal English characters I, V, X, L, C, D, and M. Roman numerals (Unicode) are composed of special Unicode characters Ⅰ, Ⅱ, Ⅲ, Ⅳ, Ⅴ, Ⅵ, Ⅶ, Ⅷ, Ⅸ, Ⅹ, Ⅺ, Ⅻ, Ⅼ, Ⅽ, Ⅾ, Ⅿ .
-
Rules for English amount in words.
The standard English amount in words is : SAY + Currency-Name + Amount + ONLY
If there are decimals in the amount, there are three ways to express the amount in English in words : CENTS, POINT, Fraction
CENTS : The decimal point is represented by CENTS, such as USD 123.68 expressed as SAY US DOLLARS ONE HUNDRED AND TWENTY-THREE AND CENTS SIXTY-EIGHT ONLY
POINT : The decimal point is represented by POINT, such as USD 123.68 expressed as SAY US DOLLARS ONE HUNDRED AND TWENTY-THREE AND POINT SIXTY-EIGHT ONLY
Fraction:Write the two digits after the decimal point as a percentage, such as USD 123.68 expressed as SAY US DOLLARS ONE HUNDRED AND TWENTY-THREE AND SIXTY-EIGHT 68/100 ONLY