Type a number in English or Chinese words, get the digits back — one hundred twenty-three → 123, 一万两千三百 → 12300 — browser-only
- Runs locally
- Category Format Converter
- Best for Turning pasted content or local files into a handoff-friendly format.
What this tool does
Turn a number written out in words back into Arabic digits, in English and in Chinese. Type "one hundred twenty-three" and read 123; type "two thousand and five" and read 2005; type "negative forty-two" and read -42; type "one point five" and read 1.5. The English parser handles hundred, thousand, million and billion, the British "and", hyphenated tens like twenty-three, mixed case and stray commas. The Chinese parser reads 十 百 千 万 亿, the 零 separator, 两 as well as 二, the 负 sign and a 点 decimal tail, so 一百二十三 becomes 123 and 负四十二 becomes -42. Leave the toggle on auto and it detects the language for you, or pin it to English or Chinese. One click copies the digits. Everything runs in your browser; nothing you type is uploaded or logged, and the shareable link reopens on the same phrase.
Tool details
- Input
- Text + Numbers
- The page exposes text boxes, numeric controls, file pickers, or structured inputs depending on the tool.
- Output
- Live result + Copy
- The result area focuses on usable output, with copy, download, or preview actions when supported.
- Privacy
- Browser-side processing
- The main tool logic does not call an external API, so inputs normally stay in the current tab.
- Save / share
- Shareable URL state
- Key settings are encoded in the URL so another person can reopen the same setup.
- Performance budget
- Initial JS <= 9 KB
- No WASM budget is declared, keeping the tool quick to open on mobile.
- Best fit
- Format Converter · Student
- Category and role tags drive related tools, internal links, and quick fit checks.
How to use
-
1. Input
Paste or drop your content into the tool panel.
-
2. Process
Click the button. All processing is local in your browser.
-
3. Copy / Download
Copy the result or download to disk in one click.
How Words to Number Converter fits into your work
Use it when the main problem is getting content from one practical format into another.
Conversion jobs
- Turning pasted content or local files into a handoff-friendly format.
- Previewing a conversion before you use it in a larger workflow.
- Cleaning small format mismatches without opening a full editor.
Conversion checks
- Try a small sample first when the source format is messy.
- Check character encoding, separators, and line endings after conversion.
- Keep the source until the converted output has been reviewed.
Good next steps
These links move the current task into a more complete workflow.
- 1 Number to Words Spell any number in English — cheque amounts, ordinals, British vs American "and" — 100% browser-only Open
- 2 Chinese Numeric Converter Arabic ⇄ Chinese number — simple (一二三), formal (壹貳參), or amount (金额大写 with 元角分). Open
- 3 Number Formatter One number in, every format out: thousands grouping, currency, percent, scientific, engineering, compact (K/M/万), ordinal, byte size — plus reverse parsing. 100% browser-only. Open
Real-world use cases
Re-key a spelled-out amount from a contract or cheque
A contract clause reads "the sum of twelve thousand three hundred dollars" and your spreadsheet needs the figure. Paste the words, read 12300, copy, done — no counting digits in your head or miscounting a zero. The same works for a hand-written cheque whose amount is spelled out: type the words and get the number you can reconcile against the numeric box.
Validate that words and figures on a form agree
Invoices and legal forms write the amount twice — once in words, once in figures — precisely so the two can be cross-checked. Drop the word form in here, read the digits, and compare against the printed figure. If "two thousand and five" comes back as 2005 but the box says 2050, you have caught a transposition before it ships.
Parse number words out of transcribed speech
Voice notes and meeting transcripts come back as "we need about three hundred fifty units" rather than 350. When you are cleaning a transcript into structured data, paste each spoken quantity and read the digit value so your notes hold real numbers you can sum and sort.
Read a Chinese capital amount back into figures
A receipt or cheque written 壹佰贰拾叁 needs to land in your books as 123. Type the capital glyphs, read 123, and reconcile. The Chinese parser also handles everyday forms like 一万两千三百 (12300) and 两千零五 (2005), so transcribing any Chinese amount stops being a place-value puzzle.
Common pitfalls
Writing the decimal part as words bigger than nine. After "point" each word must be a single digit, so "one point five" works but "one point fifteen" does not — say "one point one five" for 1.15. The same rule applies in Chinese after 点.
Stringing bare Chinese digits with no unit, like 一二三. Chinese is positional through units (十百千), not digit-by-digit, so 一二三 is not a number — write 一百二十三 for 123. The tool returns empty rather than guessing 123 from loose digits.
Forgetting the sign goes first. "Forty-two negative" will not parse; the sign word (negative / minus / 负) must lead the phrase, as in "negative forty-two" or 负四十二.
Privacy
The two parsers — English and Chinese — are plain JavaScript that runs in your browser tab. Nothing you type is uploaded, and there is no logging of the words or the resulting digits. The one caveat: the shareable URL encodes your input phrase in the query string, so pasting a "share link" into chat records that phrase in the recipient server's access log. For a confidential contract or cheque amount, use the copy button and paste the digits rather than sharing the URL.
FAQ
Tool combos
Folks in your role tend to reach for these alongside this tool.
- 24-Point Solver & Game 24-point solver and game — enter 4 numbers and get every solution instantly, or play random hands against the clock.
- A1C to Blood Glucose Calculator A1C ⇄ estimated average glucose, both ways, mg/dL or mmol/L, with the ADA range — educational, browser-only
- Chinese Acupoint Locator 200+ meridian acupoints / WHO 2008 standard locations / with contraindications, manipulation, and combinations.
- Add Days to Date Calculator Add or subtract days, weeks, months, and years from any date — plus a business-day mode that skips weekends. Runs entirely in your browser.