Skip to main content

numbers-to-words

Converting numbers to words spells out a numeric value as text β€” 242 β†’ "two hundred forty-two". Required on cheques, legal contracts, formal invoices ("the sum of one thousand five hundred dollars"), and accessibility tools that read numeric content aloud. The ZTools Numbers to Words converter handles integers, decimals, and currency expressions in English, Spanish, and French, including British vs American conventions ("forty-two" vs "forty-two", and the Oxford comma in long forms).

Use cases​

Cheque amount must be in words to prevent fraud. Tool spells out the amount instantly.

"In consideration of the sum of fifteen thousand dollars ($15,000) ..." β€” paste 15000, get the words to embed.

Multilingual invoicing​

Spanish-language invoice: "ciento cincuenta euros". French: "cent cinquante euros". Tool localises.

Accessibility narration​

Convert numeric values to words for spoken-output applications.

How it works​

  1. Paste a number β€” Integer (242) or decimal (242.50). Negative supported (negative two hundred forty-two).
  2. Pick language and style β€” English (US / UK), Spanish, French. Currency mode adds units ("dollars", "cents").
  3. Pick capitalisation β€” lowercase, sentence case, Title Case, or ALL CAPS. Useful for matching invoice / contract templates.
  4. Read result β€” Words form. Optional explicit comma styling.

Examples​

Input: 242

Output: English: two hundred forty-two. Spanish: doscientos cuarenta y dos. French: deux cent quarante-deux.


Input: 1500.75 (currency mode)

Output: one thousand five hundred dollars and seventy-five cents.


Input: 0.5

Output: zero point five (decimal) or one half (fraction mode).


Input: βˆ’42

Output: negative forty-two.

Frequently asked questions​

How big a number can it convert?

Up to 10^15 (quadrillion). Beyond that, scientific notation makes more sense than spelling out.

British vs American forms?

"One thousand and one" (UK) vs "one thousand one" (US). Toggle the dialect.

Currency conventions?

USD (dollars/cents), GBP (pounds/pence), EUR (euros/cents), and custom (set your own unit names). Decimal handled per locale.

Does it match Indian numbering (lakhs, crores)?

Yes β€” toggle "Indian English" or "Indian Hindi" for the lakh / crore conventions.

Privacy?

All conversion in browser.

Tips​

  • For cheques, always cross-check the words version against the digit version. Words win if they disagree.
  • For legal contracts, include both forms in parentheses: "fifteen thousand dollars ($15,000)" β€” banking standard.
  • For currency, decide your decimal handling explicitly: "and 50/100" (cheque style) vs "and fifty cents" (formal prose).
  • For Indian audiences, the lakh / crore conventions matter β€” "fifteen lakh" not "1.5 million".

Try it now​

The full numbers-to-words runs in your browser at https://ztools.zaions.com/numbers-to-words β€” no signup, no upload, no data leaves your device.

Open the tool β†—


Last updated: 2026-05-06 Β· Author: Ahsan Mahmood Β· Edit this page on GitHub