How spelling numbers works
English groups large numbers into sets of three digits — ones, thousands, millions, billions — so a converter spells each three-digit group and appends the right scale word. Within a group it names the hundreds, then the tens and ones, handling the irregular "teens" (eleven, twelve, thirteen…) as special cases.
This tool spells the whole-number part group by group, then writes the fractional part either as words or, in currency mode, as the conventional NN/100 on a cheque.
Worked example
Spelling 1,234.56:
Currency and decimals
For cheques and invoices, amounts are written as words for the dollars plus a fraction for the cents, like "and 56/100 dollars" — the form banks expect. For ordinary numbers, the decimal part is read digit by digit after the word "point". This tool supports numbers into the trillions and rounds currency to two decimal places.