Words to Number Parser ("two thousand twenty-four" → 2024)

The opposite of number-to-words: convert spelled-out English numbers back to digits. Useful for cleaning OCR'd / dictated text, parsing legal documents, processing voice-to-text input.

How to use the Words to Number Parser ("two thousand twenty-four" → 2024)

Type or paste a spelled-out English number. The parser handles single words ("seven"), composite ("twenty-five"), scaled ("two million"), with conjunctions ("and"), negative ("negative ten"), and limited decimals ("three point one four").

Parsing spelled-out numbers back to digits

Numbers arrive as words more often than you would like — dictated notes, voice-to-text transcripts, OCR of a legal document, free-text survey answers. Converting “two thousand twenty-six” back to 2026 by hand across a whole document is tedious and error-prone.

This parser reads English number words and returns the digits, handling single words, composites (twenty-five), scaled values (two million), the conjunction “and”, negatives, and limited decimals (three point one four). It is the inverse of number to words; to then reformat the result with separators or as currency, use the number format converter.

Common use cases

  • Cleaning transcripts — turn dictated numbers into digits.
  • OCR fix-up — convert numbers a scan captured as words.
  • Form processing — normalize free-text numeric answers.
  • Legal documents — extract the numeric value spelled out in a clause.
  • Voice input — parse spoken numbers from a speech-to-text feed.

Frequently asked questions

What forms does it understand?

Single words (“seven”), composites (“twenty-five”), scaled values (“two million”), the conjunction “and”, negatives, and basic decimals via “point”.

Does it handle decimals?

Yes, in a limited way: “three point one four” parses to 3.14.

Which language does it parse?

English number words.

How do I go the other way?

Use number to words to spell a digit number out into words.
Embed this tool on your site

Free to embed, no attribution required (but appreciated). Paste this where you want the tool to appear: