Convert Written English Number Words to Digits Online
Translate written English numbers (like "one hundred twenty-three") back into standard numerical digits (like 123). Our free online Text to Number Converter translates linguistic representations of numbers back into integer values. Ideal for processing textual invoices, transcribing financial files, or solving math homework, our utility works instantly.
Linguistic Number Word Parsing
Unlike positional number systems where column weights increase automatically, written English numbers use word modifiers. Digits are parsed based on scale terms. For example, in "two thousand forty-eight", the parser multiplies 2 by the scale 1000, adds 40, and adds 8, creating the digit result 2048.
How to Convert Text to Number (Step-by-Step)
- Input Text: Type or paste standard written English number words into the input box.
- Standardize Words: Ensure words use correct standard naming conventions (e.g. 'twenty-five', 'one million').
- Tokenize: The tool isolates terms, mapping them to their digit values.
- Calculate: The parser multiplies units by their corresponding scale terms and sums the groups together.
- Copy output: Copy or export the resulting integer digit strings.
Natural Language
Fully supports parsing standard English cardinal words, including linking words like "and" and hyphenated phrases.
Trillions Support
Supports parsing values up to Trillions, utilizing Javascript BigInt mapping under the hood for massive numbers.
Absolute Security
Data security is guaranteed. No data is stored, tracked, or sent to any remote server.
Text to Number Reference Table
| Number Words | Decimal Digits |
|---|---|
| one | 1 |
| ten | 10 |
| thirty-two | 32 |
| sixty-five | 65 |
| ninety-seven | 97 |
| one hundred | 100 |
| two hundred fifty-five | 255 |