Answer: The Number to Words Converter produces your output instantly from the input you provide — everything runs in your browser, free, with no signup required.
Convert numbers to English words — perfect for checks, invoices & legal docs
Spelling numbers out in English is a requirement in several places where digits alone are considered insufficient or ambiguous. On checks, the law and banking practice in many countries require the amount in words as well as figures, precisely because words resist casual alteration. Legal documents — contracts, wills, settlements — conventionally state sums in words for the same reason. Invoices in much of Europe, Asia, and Latin America carry the amount in words as a cross-check against typographical errors. Beyond commerce, the converter is a quick reference for education, where learning number names is part of early arithmetic, and for accessibility work, where written-out numbers can be clearer than long digit strings.
English number names follow a group-of-three structure. The converter splits the integer part of your input into groups of three digits — units, thousands, millions, billions, trillions — reads each group as a number from one to nine hundred ninety-nine, and appends the group's scale word. Decimal portions are converted to the fraction form used on checks: an amount over one hundred, representing cents. Zero reads as Zero, negative amounts take a Negative prefix, and results are capitalized as a sentence.
| Number | In words |
|---|---|
| 7 | Seven |
| 21 | Twenty-one |
| 100 | One hundred |
| 305 | Three hundred five |
| 1,000 | One thousand |
| 1,234 | One thousand two hundred thirty-four |
| 1,000,000 | One million |
| 2,050,067 | Two million fifty thousand sixty-seven |
| 1234.56 (check format) | One thousand two hundred thirty-four and 56/100 |
The words this tool produces are heirs to a very old system. The scale words beyond a thousand — million, billion, trillion — entered English from Italian and French by the fifteenth through seventeenth centuries. The word billion itself carried two conflicting meanings for centuries: the long scale (a million millions) used across continental Europe and the short scale (a thousand millions) used in the United States, with English-speaking countries only settling on the short scale through the twentieth century. This converter uses the short scale — billion means a thousand millions — which is now standard in English financial and everyday usage.
A few numbers behave irregularly and are worth noting. The teens eleven through nineteen have unique names rather than following a tens-plus-units pattern, inherited directly from Old English. Hundred and thousand are never pluralized when a specific number precedes them — three hundred, not three hundreds — while millions and billions do take plurals. The word and is used differently across English dialects: American convention omits it inside numbers (one hundred five), while British usage often includes it (one hundred and five). This converter follows the American convention, which is also what United States check-writing practice expects.
Not every language groups numbers in threes, and the differences are a reminder of how conventional our number names are. Japanese and Korean group by ten-thousands, so a number like 100,000 is read as ten ten-thousands rather than one hundred thousand. Indian English grouping runs in twos after the first three digits — the same 100,000 is one lakh, written 1,00,000. French inserts vigesimal traces in numbers like quatre-vingt-dix (four-twenties-ten, for ninety). If you are localizing documents that state amounts in words, have a native convention check the wording rather than assuming the English pattern carries over.
For United States checks, the accepted practice has settled into a few firm rules. Write the dollar amount in words on the currency line, use the fraction format for cents, and draw a line or fill the remaining space after the words so nothing can be appended — one thousand two hundred thirty-four and 56/100 — — —. When the words and digits disagree, most banks treat the words as controlling, which is the entire point of writing them. A similar convention, amount in words plus amount in figures, appears on invoices and receipts in many countries for the same cross-checking reason. This converter's output is designed for exactly this style: sentence-case words, the and-fraction for cents, and no currency symbols mixed in.
Because a number is more than its name, the results panel also shows quick facts about your input: whether it is even or odd, its binary and hexadecimal representations, its square root to six decimal places, its square, and — for integers from 1 through 3999 — its Roman numeral. These are the conversions programmers, students, and puzzle solvers reach for most often, and having them alongside the written-out form makes the page a one-stop reference for a single number.
How do you write numbers in words on a check?
Write the integer amount in words, then the cents as a fraction over 100 — for example, 1234.56 becomes one thousand two hundred thirty-four and 56/100. This converter produces exactly that format, which is the standard for checks and many invoices.
What is the largest number this converter supports?
It converts integers up to the trillions range — any whole number up to 999,999,999,999,999 reads out correctly. Beyond the supported scale words, the converter reports the limit rather than guessing.
Does it handle decimals and negative numbers?
Yes. Decimal portions are rendered as cents-style fractions (x/100), matching check-writing conventions. Negative numbers are prefixed with the word Negative, which is the common convention in accounting printouts.
Why do legal documents spell out numbers?
Spelled-out amounts are harder to alter unnoticed than digits — changing a 1 to a 7 is trivial, while words must be crossed out. Contracts and checks therefore state amounts in words, often with digits in parentheses for clarity.
Does the converter work offline?
Yes. All conversion happens locally in your browser with JavaScript. Nothing is sent to a server, which matters for financial or legal figures you may not want leaving your machine.