=MoltCalc

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.

Formula

Parses English number words, including hundreds, thousands, millions and decimals after 'point'.

Use it from the API

curl "https://moltcalc.com/api/calc/words-to-numbers?words=one%20thousand%20two%20hundred%20thirty-four"

See the API docs for every endpoint and the input schema.

FAQ

What formats are supported?+

Standard English number words such as 'forty two', 'one hundred', 'two thousand five hundred', and larger scales up to trillion. Hyphens, commas and the word 'and' are ignored. Use 'point' for decimals and 'negative' or 'minus' for negative numbers.

Related calculators