Convert numbers into words

Please log in or register to do it.

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.

Conversion Modes:


Scans the entire text and converts every number into words.

Converts only the numbers that contain the specified substring(s). Enter a comma‑separated list (e.g., 99, 123).

Converts every number except those that contain the specified substring(s). Enter a comma‑separated list (e.g., 0).

Converts all numbers to words and then applies a custom format. Use {number} as a placeholder for the original number and {words} for the converted words.

Examples:

Convert All Numbers to Words

Converts every number in the text to its full word representation (supports millions, billions, trillions, etc.).

Before:
I have 2500 apples and 1250000 oranges.
After:
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.

Before:
Order numbers: 2500, 1250000, and 300.
After (specifying "125"):
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.

Before:
There are 20 items, 105 in stock, and 30 on order.
After (excluding "0"):
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.

Before:
The total is 999 dollars.
After (format "{words} (original: {number})"):
nine hundred ninety-nine (original: 999) dollars.
Convert dates format from YYYY-MM-DD into DD/MM/YYYY
Convert paragraphs into a single line

Your email address will not be published. Required fields are marked *