โšก 150+ Free Tools|๐Ÿ”’ No Signup|๐Ÿ—‘๏ธ Auto-Delete in 2hrs|๐Ÿ›ก๏ธ Military Level Secure
๐Ÿ’›

Support Quicktoolify

Keep 150+ tools free for everyone, forever.

๐Ÿ™ Thank You!

Every donation keeps these tools free for millions of users worldwide.

๐Ÿ’ณ Scan to Donate

Payment QR Code Scanner - Scan with any UPI app to donate

Scan with any UPI app to donate

Google Pay โ€ข PhonePe โ€ข Paytm โ€ข BHIM

โ˜• Buy Me a Coffee

Number to Words Converter

Convert any number (0 โ€“ 999,999,999,999) to English words. Supports ordinal and currency formats.

Examples

NumberWordsOrdinal
0zerozeroth
1onefirst
21twenty-onetwenty-first
100one hundredone hundredth
1,000one thousandone thousandth
1,000,000one millionone millionth
1,000,000,000one billionone billionth
999,999,999,999nine hundred ninety-nine billion nine hundred ninety-nine million nine hundred ninety-nine thousand nine hundred ninety-nineโ€ฆnine hundred ninety-ninth

โœจ Features

  • โœ“ Supports 0 โ€“ 999,999,999,999
  • โœ“ Real-time conversion
  • โœ“ Ordinal mode (first, secondโ€ฆ)
  • โœ“ Currency mode (dollars & cents)
  • โœ“ Copy to clipboard
  • โœ“ Error validation
  • โœ“ Pure JavaScript โ€” no server

About the Number to Words Converter

Our free number to words converter instantly translates any integer from 0 to 999,999,999,999 into English words. It also supports ordinal form (first, second, twenty-first) and currency format (one hundred dollars and fifty cents) โ€” all computed in your browser with no server required.

How to Use

  1. Type a number into the input field.
  2. The English word equivalent appears instantly below.
  3. Toggle Ordinal to get ordinal form (e.g., "twenty-first").
  4. Toggle Currency to get dollar/cent format (e.g., "one hundred dollars and fifty cents").
  5. Click Copy to copy the result to your clipboard.

Use Cases

  • Legal documents โ€” cheques and contracts often require amounts written in words.
  • Finance โ€” invoices, receipts, and bank forms require spelled-out amounts.
  • Education โ€” teaching children to read and write numbers in English.
  • Accessibility โ€” screen readers and voice interfaces benefit from word-form numbers.
  • Localisation โ€” verifying English number words for internationalised applications.

How the Algorithm Works

The converter splits the number into groups of three digits (chunks) from right to left. Each chunk is converted to words using ones, teens, and tens lookup tables, then combined with the appropriate scale word (thousand, million, billion). Ordinal conversion replaces the last word with its ordinal form. Currency conversion splits the number at the decimal point and formats dollars and cents separately.

Supported Range

  • Minimum: 0 (zero)
  • Maximum: 999,999,999,999 (nine hundred ninety-nine billionโ€ฆ)
  • Currency mode supports up to two decimal places (cents)

Frequently Asked Questions

What is the largest number this tool can convert?

The tool supports numbers from 0 to 999,999,999,999 (nine hundred ninety-nine billion, nine hundred ninety-nine million, nine hundred ninety-nine thousand, nine hundred ninety-nine).

What is an ordinal number?

Ordinal numbers indicate position or rank in a sequence. For example, 1 becomes "first", 2 becomes "second", 21 becomes "twenty-first". Enable the Ordinal toggle to convert numbers to their ordinal word form.

How does the currency mode work?

Currency mode converts a number to dollars and cents. For example, 100.50 becomes "one hundred dollars and fifty cents". The integer part is treated as dollars and the decimal part as cents.

Does this tool work without an internet connection?

Yes. The entire number-to-words algorithm runs in your browser using JavaScript. No data is sent to any server, and the tool works offline once the page has loaded.