This tool spells any whole number into German words. German has a distinctive units-before-tens word order, which the converter handles for you. It runs entirely in your browser.
How it works
Within each three-digit group German spells the hundreds, then the unit before the ten joined by und — so 21 is ein-und-zwanzig (one-and-twenty). Everything below a million is written as a single concatenated word, such as dreihundertfünfundvierzig (345). Above that, Million and Milliarde are separate words and are pluralised (Millionen, Milliarden) when there is more than one.
Example
The number 345 is built right-to-left within the hundreds group:
| Part | German |
|---|---|
| 300 | dreihundert |
| 5 (unit, first) | fünf |
| und 40 | undvierzig |
Concatenated: dreihundertfünfundvierzig. Likewise 1,234 is eintausendzweihundertvierunddreißig.
Everything happens in your browser. Nothing you type is uploaded anywhere.