Numbers to Words Converter
Numbers to words converter: type a number like 1234 and get it spelled out in English words, including decimals and negative values.
Formula
Groups the number into thousands and names each group in English.
Use it from the API
curl "https://moltcalc.com/api/calc/numbers-to-words?number=1234"
See the API docs for every endpoint and the input schema.
FAQ
How do I write 1234 in words?+
One thousand two hundred thirty-four. The converter groups digits into thousands, names each group, and joins them with the right scale words.
How large a number can I convert?+
Anything below one quadrillion, so numbers up to the trillions are fully spelled out. Negative numbers get the word 'negative' in front.
How are decimals written in words?+
The digits after the decimal point are read one at a time after the word 'point'. For example, 3.14 becomes three point one four.
Related calculators
Words to Numbers Converter
Words to numbers converter: type a number in English words, like two thousand five hundred, and get the digits. Handles decimals and negatives too.
Rounding Calculator
Rounding calculator that rounds any number to the decimal places you choose, from whole numbers to 10 places. Instant, exact and free to use.