Because typing “one thousand two hundred thirty-four” by hand gets old, and mistakes are too easy.
A few weeks ago I was filling out a paper invoice for a freelance client. The amount was $1,287.50. I had to write it out as “One thousand two hundred eighty-seven and 50/100” on the payment line. I double-checked three times because I've messed that up before — and I’ve seen cancelled checks bounce back because of a missing “and” or a wrong hyphen. It’s one of those tasks that feels trivial until you get it wrong.
Then last month my partner was writing a rent check for our landlord (yes, some of us still do that) and asked: “Is it ‘seventy-five’ or ‘seventy five’? And does the cents part need a hyphen?” We guessed correctly, but it made me realize how easy it is to slip up on something that has a strict format — especially when you're tired or in a hurry.
I searched around. There are plenty of number-to-word converters online, but many are cluttered with ads, require JavaScript from shady trackers, or just produce weird output (like “one thousand, two hundred and thirty-four” when you need “one thousand two hundred thirty-four” without commas, or with a different convention for cents). Some don’t handle decimals at all, or they break when you hit very large numbers. I wanted a tool that just works, keeps no data, and follows the style most banks and legal docs expect.
I also wanted it to be dead simple to use — paste a number, get the words, copy, and go. No account, no login, no “sign up for more conversions.”
You enter a number (like 4523.08 or 1000000 or 0.99) and the tool outputs the correct written English form. It handles integers and decimals up to billions (more if you really want), and formats cents the conventional way (e.g., “and 08/100”). It also works for whole-dollar amounts. That’s it.
Under the hood, it follows the standard US/UK check-writing conventions: no commas, “and” only before cents, hyphens where they belong (twenty-one, thirty-four, etc.). No surprises.
Try the Number to Words Converter →
This isn't a revolutionary tool. It's a small utility that solves a small but annoying problem. I built it because I needed it, and I figured others might too. If you ever need to spell out a number for a check, an invoice, a legal form, or just to avoid a typo in an important document, it’s here. No tracking, no spam. Hope it helps.