=MoltCalc

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