Dutch Currency in Words

€ 1.234,56 becomes 'duizend tweehonderdvierendertig euro en 56 cent'

Writes euro amounts out as Dutch compound number words, using the Dutch decimal comma and the 'en' phrasing between euros and cents. Handles the units-before-tens word order (vierendertig) all in your browser.

How does Dutch order tens and units?

Dutch places the unit before the ten and joins them with 'en', so 34 is vierendertig (four-and-thirty) and 56 is zesenvijftig. The tool builds these compounds automatically, including the joining 'n' where needed.

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.56 and 1234,56 are 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 words duizend and miljoen.