All articles

Number to words: why turn digits into text

Ask an American and a Brit to say "101" out loud and you'll hear two different answers: "one hundred one" versus "one hundred and one" — a small transatlantic split that a naive number-to-words converter can easily get wrong for one audience or the other.

Why writing numbers out in words matters at all

On checks, contracts, and invoices, an amount is traditionally spelled out in words next to the digits specifically to prevent forgery: digits are far easier to alter unnoticed — adding a zero, changing a 1 to a 7 — than a written-out phrase like "one thousand two hundred dollars."

Where the American "and" rule comes from

In American usage, "and" is reserved for the decimal point when reading money aloud — "$100.50" becomes "one hundred dollars and fifty cents" — while whole numbers skip it entirely: "one hundred one," not "one hundred and one." British English keeps "and" inside the whole number itself. Neither is wrong; they're just different conventions, and getting it wrong is one of the more common Americanism/Briticism tells in generated text.

Large numbers and the short scale

Numbers are grouped in threes — thousand, million, billion — and English uses the "short scale," where each new group name is 1,000 times the last: a billion is 10⁹. That wasn't always the case; British English used the "long scale" (where a billion meant 10¹²) well into the 20th century before officially switching to match American usage in 1974.

Why you'd need this

  • Automatically generating a spelled-out amount for invoices, contracts, or checks.
  • Verifying correct wording when writing your own converter.
  • Quickly getting a written-out version of a number without typing it manually.

Negative numbers and the word "minus"

A negative amount is spelled out with "minus" or "negative" prepended, and the rest of the number follows the same rules as its positive counterpart — the tricky part for a converter isn't the sign itself, but making sure the sign is placed and read correctly when a currency mode inserts the word "dollars" or "cents" partway through the sentence.

Try the tool