The Dutch Currency in Words tool converts a euro amount into its written Dutch form, the way it would appear on a cheque, invoice, or contract. Dutch has its own quirks: the decimal separator is a comma, the unit is spoken before the ten (so 34 is vierendertig), and numbers below a million are written as one long closed compound word. This tool handles all of that.
How it works
The euro part is converted with a recursive rule set. Units 0–19 and the tens (twintig, dertig, …) are looked up directly. For a two-digit number like 34, Dutch joins the unit and the ten with en: vier + en + dertig = vierendertig, inserting an extra n after words ending in a vowel (twee → tweeën). Hundreds prepend the digit word plus honderd (tweehonderd), and the thousands group is built the same way before the word duizend, with een dropped before honderd and duizend.
How it works (cents)
The fractional part is taken to two decimal places as the cent count. By convention the tool shows cents as digits followed by the word cent, joined to the euros with en:
€ 1.234,56 → duizend tweehonderdvierendertig euro en 56 cent
Tips and notes
- Enter the amount with either a dot or a comma as the decimal mark; both
1234.56and1234,56are understood. - A single euro reads as een euro, and zero cents reads as nul cent, so the phrasing stays grammatical at the edges.
- The closed-compound rule means there are no spaces inside the euros below a thousand: 234 is one word,
tweehonderdvierendertig. Spaces only frame the scale wordsduizendandmiljoen.