Skip to main content

Spelling amounts in English

Numbers to Words Converter: English Words, Currency & Check Lines

Spell numbers in English words, convert currency and US check lines, read scientific notation, and turn cardinal phrases back into digits. Short-scale naming, ordinals, letter case, optional British "and" after hundreds.

By Jeff Beem

01

Input

Digits, optional decimals, commas, and scientific notation (such as 1.5e6).

02

How to write it

Output style

Numbers to words converter: spelling amounts in English

This page turns numerals into English words (a numbers in words tool), spells currency with major and minor units, drafts a US-style bank-check line, and goes the other way for many phrases so you can treat it as a words in numbers helper for whole amounts. Wording follows common United States short-scale names (billion means 109). If you need programming bases instead of prose, use the radix numbers converter; for Roman symbols, see the Roman numeral converter.

What this numbers-to-words tool is for

People search for a number to words converter when a form, contract, slide, or accessibility review asks for the same value twice: once in figures and once spelled out. Teachers, paralegals, payroll staff, and developers all hit the same need. The tool above accepts typical keyboard input: plain integers, decimals, negative signs, comma separators, and scientific notation like 3e8, then returns text you can paste. That covers homework-style “write this number in words,” invoice footers, and quick sanity checks before you file a PDF.

The reverse direction answers another frequent query pattern: words to number or words in numbers converter. You type or paste a cardinal phrase in English and read back a decimal integer string. It is intentionally conservative: it understands short-scale magnitudes through quintillion, skips the word “and,” and does not try to interpret every colloquialism, which keeps answers predictable when you are checking someone else’s wording.

Numbers in English: short scale, hyphens, and “and”

In US and most modern British business usage, large numbers follow the short scale: each new name jumps by three digits (thousand, million, billion, trillion, …). That is what most readers expect when they ask for numbers in English or numbers in words in English. The converter chunks by thousands and spells each chunk with hundreds, tens, and units. Tens and units from twenty-one through ninety-nine use a hyphen. Optional toggles matter because publishers disagree on small details: American schoolbooks often write “one hundred twenty-one,” while many British writers prefer “one hundred and twenty-one.” The checkbox mirrors that choice without changing the mathematics.

Ordinals change only the last word of the phrase (for example, twenty-one → twenty-first). They are useful for race places, floor numbers, and lesson ordering. Ordinals are defined here for whole numbers only; decimals stay in cardinal form with a spoken “point” and digit names, which is how many English speakers read aloud IP addresses and version numbers.

Quick reference

  • 1,003 → one thousand three (US) or one thousand and three (UK-style with toggle)
  • 416 → four hundred sixteen; ordinal → four hundred sixteenth
  • -250 → negative two hundred fifty

Currency and regional wording

Legal and banking paperwork often asks for number to words for money. The currency list includes dollars and cents, euros and cents, pounds and pence, rupees and paise, rand and cents, yen (whole yen), yuan, pesos, reais, and kronor with öre, among others. Labels are generic English legal wording, not a guarantee that a specific bank’s style guide matches every preposition. Always confirm against your institution’s instructions, especially outside the US.

Search interest sometimes spikes for country-specific phrasing (for example South Africa). Choosing rand and cents spells amounts the same structural way as dollars: major unit first, then the minor unit count. It does not add Afrikaans or automatic dual-language lines; you would duplicate the line in another language manually if the form requires it.

US check lines and legal amounts

The check writing mode follows a familiar US pattern: the dollars are spelled out in words, then “and,” then the cents shown as a fraction with denominator 100, then “dollars.” That matches how many US banks teach customers to complete the legal line so the amount is harder to alter than digits alone. It is only one jurisdiction’s habit; other countries use different stationery and may not use a xx/100 fraction at all.

For non-check contracts, Title Case or sentence case often reads better in running prose; use the letter-case control rather than retyping. Nothing on this page is legal or tax advice: when a clause must be exact, compare against your template or counsel.

Scientific notation and very large integers

Engineers and students often meet values like 6.02e23. The parser expands normalized scientific notation into digits before wording, so you do not have to count zeros by hand. There is a practical ceiling near the vigintillion range; beyond that, browsers struggle with exact integers and the tool asks for a shorter value. For pure magnitude stories, consider keeping scientific notation in the document and spelling only the mantissa, depending on your style guide.

Examples people look up

The table below collects a few patterns that show up beside calculators like this one. They are ordinary arithmetic identities expressed in prose so you can compare with your own draft.

0

zero (ordinal: zeroth)

1000000

one million · short-scale million

5075.62

five thousand seventy-five point six two · use currency mode for money wording

-12

negative twelve

Accessibility, invoices, and duplicated amounts

Screen readers and voice interfaces often handle bare numerals differently from sentences that spell out the same value. A table cell that reads “$1,250.00” may be announced quickly; the spoken phrase “one thousand two hundred fifty dollars and zero cents” can be easier to audit in a long list. Publishers sometimes require both forms so a human listener and a sighted reviewer see the same figure twice, which catches transposed digits before a wire transfer leaves the building.

That pattern shows up on customs declarations, grant budgets, and school worksheets that ask you to “write the number in words.” The tool is only an aid: the author still chooses whether to follow AP, Chicago, MLA, or an in-house sheet. When a client brief says “numbers in English words,” they usually mean short-scale cardinals with consistent hyphenation; flipping on the optional and matches many UK invoices without changing the trillion definition.

Limits and honest boundaries

Words-to-number parsing is not a full natural-language engine. Mixed fractions (“three and a half”), spoken dates (“the fourth of July”), and telegraphic business slang may fail on purpose. Fractional dollars typed only as words without digits are also out of scope for the reverse tab. When you need an exact legal line, proofread character by character.

If your query is really about file formats, unrelated “PDF to Word” style searches will not be satisfied here; those are different tools. This page stays focused on numeric spelling only.

Numbers to Words FAQ

How do I convert a number to words in English?

Enter the digits in the left column, pick Cardinal, and read the result panel. Toggle “and” if you want British-style hundreds phrasing. For money, switch to Currency and choose the unit labels you need.

Can this tool convert words to numbers?

Yes. Open Words → number, type a whole cardinal phrase, and copy the integer string. It is meant for clear phrases like “two million six thousand fifty,” not ordinals or fractions.

How do you write cents on a US check in words?

Use the legal line: spell the dollar amount, then “and,” then the cents as a fraction over 100, then “dollars.” The check mode formats that line for you from the numeric amount.

Does billion mean 109 or 1012?

This tool uses the short scale common in the United States and modern UK finance: one billion is one thousand million (109). Long-scale naming is not implemented.

How are decimals read aloud?

Cardinal mode uses “point” followed by each digit’s name. That matches many technical readouts. Currency mode instead rounds to cents (or the minor unit) and spells the minor amount as a whole number of those units.

Is this the same as a binary or hex converter?

No. Radix conversion (binary, hexadecimal, base 36) lives in the separate numbers converter so programming bases are not mixed with English prose.

More converters and tools