Number to Words Converter
Convert numbers to English words and cheque format
Number to Words Converter tool
Converts a whole number to plain English — e.g. 1,234 → One Thousand Two Hundred Thirty-Four.
Quick examples
Number to Words Converter: key facts
- What it does
- Convert numbers to English words and cheque format
- Category
- Converters
- Cost
- Free, with no account, sign-up, or install.
- Your data
- Runs entirely in your browser — the files and text you enter are never uploaded to a server.
- Last reviewed
- . Report an incorrect result.
Understanding the Number to Words Converter
Writing a cheque correctly requires spelling out the amount in words on the second line — "One Thousand Two Hundred Thirty-Four Dollars and 56/100 Cents" — while the figures go on the first line. Get it wrong and the bank honors the written words over the numbers, or refuses the cheque entirely. This converter handles that specific formatting automatically, along with standard English word conversion for any integer up to the quadrillions.
Accounts-payable staff who write checks by hand, small business owners printing payment slips, legal document drafters writing out contract values, teachers generating word-form exercises, and anyone double-checking a large number they are about to write on a cheque all reach for this tool. The standard mode converts a number to plain English (1,234,567 → "One Million Two Hundred Thirty-Four Thousand Five Hundred Sixty-Seven"). Cheque mode adds the currency formatting, handling both the integer dollar amount and the cents as a fraction.
Conversion uses a pure recursive JavaScript algorithm — no libraries. It handles scale words (thousand, million, billion, trillion, quadrillion), the correct hyphenation of compound tens (Twenty-One through Ninety-Nine), and the "and" connector before hundreds that bank style guides require.
Getting a result
- Type your number in the input field. For cheque mode with cents, use a decimal point (e.g., 1234.56).
- Select Standard or Cheque mode using the toggle at the top.
- The English word output appears instantly in the text area below.
- Click Copy to send the result to your clipboard, ready to paste into a document or payment form.
Cheque Amount Examples in Words
Here are some common round amounts written out exactly as the converter's cheque mode produces them, ready to copy onto a cheque:
| Amount | In words (cheque format) |
|---|---|
| $1,575.00 | One Thousand, Five Hundred Seventy-Five Dollars and 00/100 Cents |
| $10,368.00 | Ten Thousand, Three Hundred Sixty-Eight Dollars and 00/100 Cents |
| $11,000.00 | Eleven Thousand Dollars and 00/100 Cents |
| $12,570.00 | Twelve Thousand, Five Hundred Seventy Dollars and 00/100 Cents |
| $18,000.00 | Eighteen Thousand Dollars and 00/100 Cents |
Reasons to use it here
- Cheque mode formats the output exactly as banks expect — integer words followed by "and XX/100 Cents" — so you can paste directly without reformatting.
- Handles numbers up to 999 quadrillion, covering any practical financial or scientific figure.
- Pure recursive JavaScript logic processes everything in your browser, so sensitive financial figures never leave your device.
- Standard mode output is fully hyphenated (Twenty-One, not Twenty One) per standard English style, suitable for legal documents and formal writing.
Other Ways to Say "Number to Words"
Whether you call it converting a digit to a word, a figure to words, or simply writing an amount in words, it is the same task this converter handles. Searches like "amount to words" or "convert amount in words" all describe one job: turning a numeric value into its written English form. Type the number or amount and the words appear instantly, in either standard or cheque format.
Frequently Asked Questions
How do I write a cheque amount correctly?
Write the dollar amount in words on the "Pay to the order of" line, then add "and XX/100" for the cents — for example, "One Hundred Fifty Dollars and 75/100". Draw a line through any remaining space to prevent alteration. The written words are legally authoritative if they differ from the numeral box.
What is the largest number this tool converts?
The converter handles integers up to 999,999,999,999,999 (999 quadrillion) — well beyond any everyday financial or scientific figure. Beyond that, JavaScript integer precision limits apply.
Why are the tens hyphenated (Twenty-One vs Twenty One)?
The Chicago Manual of Style, AP Style Guide, and most grammar authorities require a hyphen in compound numbers from twenty-one to ninety-nine. "Twenty-One" is the correct written form; "Twenty One" is non-standard. The cheque format especially requires this, as handwriting ambiguity could otherwise alter the meaning.
Does this work for currencies other than USD?
The cheque mode outputs "Dollars and XX/100 Cents" by default, which is the US banking convention. For other currencies, use Standard mode to get the plain words and then add your own currency label — the word conversion itself (e.g., "One Thousand Two Hundred") is currency-neutral.