Number to Words Converter

Spell out any number in English words — for checks, contracts and invoices, up to trillions.

1,245 views

How It Works

Type a number and the tool spells it out in full English words, handling integers up to the trillions plus a decimal or monetary-cents portion. The core reason this matters in legal and financial documents — checks, promissory notes, contracts, invoices — is tamper resistance: a numeral is trivially easy to alter with a single stroke of a pen (a "1" becomes a "7," a "0" gets added to turn 1,250 into 12,500), while the equivalent words ("one thousand two hundred fifty") would require rewriting the entire phrase, which is far harder to do inconspicuously. This is exactly why a bank check has a numerals box and a words line, and why, when the two disagree, banking convention treats the written words as authoritative over the numeral.

The conversion follows standard English short-scale grouping, where the number is split into chunks of three digits — ones, thousands, millions, billions, trillions — with "and" conventionally reserved for joining a whole-number part to a fractional/cents part rather than appearing inside the integer itself (American usage says "one hundred fifty," not "one hundred and fifty," though the version with "and" remains common and understood outside the US). For a monetary amount like $1,234.56, the standard check-writing format spells the dollar amount in words and renders the cents as a fraction over 100 — "one thousand two hundred thirty-four and 56/100 dollars" — because writing "fifty-six cents" out in words for every check is unusual, while the x/100 fraction is instantly readable and just as tamper-resistant as full words would be.

Not every language groups numbers in threes. English, French, German and most European languages group by powers of a thousand (thousand, million, billion), but Japanese and Korean group by powers of ten-thousand instead: 12,345 doesn't split as "12" and "345" the way it does in English, it splits as "1" and "2345," because the next unit above a thousand in those languages is 10,000 (万 in Japanese, 만 in Korean), not a million. That structural difference is a common source of off-by-one-thousand mistakes when translating a number between language families, and it's exactly why a general-purpose spell-out tool has to implement each language's grouping rules separately rather than translating a single English result word-for-word.

What to Know

  • On a check or contract, the written words legally take precedence over the numeral if the two ever disagree.
  • The tool converts up to the trillions; numbers beyond that range aren't a realistic need for checks, contracts or invoices.
  • Formal and legal writing prefers "one hundred," "one thousand"; the shorter conversational "a hundred" is understood but rarely used in documents meant to be filed or signed.

Frequently Asked Questions

How do I write $1,234.56 on a check?

"One thousand two hundred thirty-four and 56/100 dollars" — cents go as a fraction over 100, not spelled out in words.

Is it "a hundred" or "one hundred"?

In formal and legal writing use "one hundred"; "a hundred" is conversational and generally avoided in documents meant to be signed or filed.

Why do written words override the numeral if a check shows both?

A numeral is far easier to alter with a single stroke than a full written phrase, so banking and legal convention treats the spelled-out amount as authoritative whenever the two disagree on a check or contract.

Why does 12,345 split differently in Japanese or Korean than in English?

English and most European languages group numbers by powers of a thousand (thousand, million, billion). Japanese and Korean group by powers of ten-thousand instead, so the same number splits into different chunks before being read aloud — the value doesn't change, only where the mental "comma" falls.

How are zero and negative numbers handled?

Zero converts to the word "zero," and a negative number is prefixed with "minus" or "negative" before the same word-by-word conversion runs — legal documents rarely carry negative amounts, but the tool handles the sign correctly either way.

Comments

No comments yet — be the first to write one!

Similar Tools