This tool converts numbers into words. It scans your input text for numbers and converts each number into its corresponding word form using a robust algorithm that supports numbers in the millions, billions, trillions, and beyond. You can choose to convert all numbers, convert only those that include specified substring(s), convert all numbers except those containing specified substring(s), or apply a custom format to the converted numbers. Simply enter your text, select the desired conversion mode, and click the process button.
Examples:
Convert All Numbers to Words
Converts every number in the text to its full word representation (supports millions, billions, trillions, etc.).
I have 2500 apples and 1250000 oranges.
I have two thousand five hundred apples and one million two hundred fifty thousand oranges.
Convert Only Numbers Matching Specified Substrings
Converts only numbers that contain the specified substring (e.g., "125"). Useful for targeting specific values.
Order numbers: 2500, 1250000, and 300.
Order numbers: 2500, one million two hundred fifty thousand, and 300.
Convert All Numbers Except Those Containing Specified Substrings
Converts every number to words except those containing the specified substring (e.g., "0"). This is useful when you want to leave certain numbers unchanged.
There are 20 items, 105 in stock, and 30 on order.
There are twenty items, 105 in stock, and thirty on order.
Convert Numbers with Custom Format
Converts numbers to words and then applies a custom format.
The total is 999 dollars.
nine hundred ninety-nine (original: 999) dollars.