Number to Words Converter
Words mode reads the decimal part digit by digit after "point". US dollars mode rounds to the nearest cent and writes it the way you'd fill in a check.
Words mode reads the decimal part digit by digit after "point". US dollars mode rounds to the nearest cent and writes it the way you'd fill in a check.
It turns a number into its English spelling. Words mode gives the plain cardinal reading - the way you'd say the number out loud. US dollars mode gives the wording you'd write on a check, with whole dollars and two-digit cents spelled out and joined by "and".
In words mode the part after the decimal point is read one digit at a time, so 3.14 is "three point one four" rather than "three point fourteen". That matches how people actually say decimals. Trailing zeros are dropped, so 3.50 reads as "three point five".
US dollars mode rounds to the nearest cent and uses the singular when the amount is exactly one (one dollar, one cent). It's handy for filling in checks, invoices, and contracts where the amount has to appear in words as well as figures.