ToolBrigadeToolBrigade

Words to Number Converter

Convert English number words like 'two million five hundred thousand' back to digits.

How to use this tool

  1. 1Type the number in words into the input field (e.g. 'two million five hundred thousand').
  2. 2The numeric value appears instantly in the output card.
  3. 3Click Copy to copy the result.

About Words to Number Converter

Parsing a number written in words back to digits is useful when processing text from documents, forms, or voice transcriptions. This converter handles standard English number words: ones (zero through nineteen), tens (twenty through ninety), hundred, thousand, million, and billion. The input is lowercased, punctuation stripped, and split on spaces and hyphens. 'and' is ignored. Negative and minus prefixes are supported. The algorithm accumulates a running total: ones and tens add to a current value, 'hundred' multiplies the current value by 100, and thousand/million/billion flush the current value into the total with the appropriate multiplier. The result appears as a formatted number with a Copy button. If the input can't be parsed, an error message suggests the expected format. Runs entirely in your browser.

Frequently asked questions

Related Tools