Word to Number
Your data never leaves your browserConvert English number words to their numeric equivalents.
Brie — Bug Reporting Tool
Found a bug while testing?
Brie captures screenshots, console logs, network data, and session replays in one click — so developers get the full context without the back-and-forth.
About Word to Number
Enter English number words (e.g. "forty two", "one hundred and twenty three") and convert them to their numeric representations. Supports numbers from zero up to hundreds of millions. Useful for processing natural language input or form data.
How to use
- Type or paste English number words into the input panel (one per line).
- The numeric equivalent appears instantly in the output panel.
- Click Copy to copy the results to your clipboard.
More Number / Base Conversion
Frequently Asked Questions
FAQs about Word to Number
What number words does this tool support?
This tool supports zero through nineteen, the tens (twenty through ninety), hundred, thousand, million, and billion.
Can I use "and" in number words?
Yes. Words like "one hundred and five" are parsed correctly; the word "and" is ignored.
What is the maximum number supported?
This tool supports numbers up to 999 billion (999,999,999,999).
Is input case-sensitive?
No. Input is converted to lowercase before parsing, so "Forty Two" and "forty two" both work.
What if a word is not recognized?
Unrecognized words are skipped. If no valid number words are found in a line, the output will be NaN.