How to use the number-to-words converter
- Type a number in the box — for example
2026or1,234,567. Commas are optional and the words appear instantly below. - Add a decimal if you like:
1.5reads as "one point five", digit by digit after the point. - Switch on Currency mode to read amounts of money — the decimals become cents, so
1234.56becomes "one thousand two hundred thirty-four dollars and fifty-six cents". - Tap an example chip to load a sample value, then Copy the result with the button beside it.
How numbers are turned into words
English number names follow a tidy, repeating pattern. The converter splits your number into groups of three digits from the right — units, then thousands, millions, billions andtrillions. Each group of up to three digits is spelled the same way: a hundreds digit, then the tens-and-ones part, where the numbers eleven through nineteen are special "teen" words and twenty through ninety-nine use a hyphen, like forty-two. The group name (thousand, million, and so on) is appended, and the pieces are joined together. So 1,234,567 reads as "one million, two hundred thirty-four thousand, five hundred sixty-seven".
This tool follows the short scale used in American and modern British English, where a billion is a thousand million and a trillion is a thousand billion. It also writes zero correctly, handles a leading minus sign as "negative", and reads any digits after a decimal point one at a time — which is how people naturally say figures like "three point one four". Currency mode instead treats the first two decimal digits as cents, the form you want when writing a cheque, an invoice total or a contract amount in words.
Is it private?
Yes. Everything happens locally in your browser using a small piece of plain JavaScript — there is no server round-trip, no logging and no upload. You can even use it offline once the page has loaded. Because nothing leaves your device, it is perfectly safe for sensitive figures such as salary amounts, invoice totals or the dollar value on a cheque.
Frequently asked questions
Why are decimals read digit by digit?
Outside currency mode, the part after the decimal point is spoken the way people say it aloud — 3.14 as "three point one four", not "three point fourteen". This matches everyday speech and avoids ambiguity. Switch on Currency mode if you want the decimals grouped as cents instead.
Does it handle commas in my input?
Yes. You can type 1,000,000 or 1000000 — the converter strips the commas and treats both the same way, so you do not have to remove your thousands separators first.
What about very large numbers?
Whole numbers up to fifteen digits (into the hundreds of trillions) are supported. Anything longer is flagged with a message rather than producing an unreliable result, since names above "trillion" are rarely used and not universally agreed upon.
Can I use it for languages other than English?
This converter spells numbers in English only. The same group-of-three logic exists in many languages, but the words and grouping rules differ, so a dedicated tool is needed for each language.