Danish Number to Words

50 → halvtreds (2.5 × 20) — Danish vigesimal number words

Converts whole numbers into Danish cardinal words, correctly handling the unique vigesimal (base-20) tens — halvtreds, tres, halvfjerds, firs, halvfems — and the unit-before-tens order joined by og. Runs in your browser.

Why is 50 called halvtreds in Danish?

Danish counts the higher tens in twenties (a vigesimal system). Halvtreds is short for halvtredsindstyve, meaning 'half-third times twenty' — that is 2.5 × 20 = 50. Likewise tres is 3 × 20 = 60, halvfjerds is 3.5 × 20 = 70, firs is 4 × 20 = 80, and halvfems is 4.5 × 20 = 90.

The Danish Number to Words tool spells out whole numbers in Danish. Danish numerals are famous for their vigesimal (base-20) tens, which surprise many learners, and for putting the unit before the ten — both of which this tool handles correctly.

How it works

The converter splits the number into groups (millions, thousands, and the final 0–999) and reads each group with the right scale word.

  1. Units and teens. 0–19 have their own words: nul, en, to, tre … nitten.
  2. The vigesimal tens. The lower tens are regular — tyve (20), tredive (30), fyrre (40). From 50 up they are counted in twenties: halvtreds (50 = 2.5 × 20), tres (60 = 3 × 20), halvfjerds (70 = 3.5 × 20), firs (80 = 4 × 20), halvfems (90 = 4.5 × 20). The halv- prefix means “half short of the next twenty”.
  3. Unit before ten. Within a ten, the unit comes first, joined by og and written as one word: enogtyve (21), syvogfyrre (47), femoghalvfems (95).
  4. Hundreds, thousands, and beyond. Hundreds use hundrede, thousands use tusind, and the long scale gives million (10^6), milliard (10^9), and billion (10^12).

The en / et distinction

The number 1 has two forms. En is common gender and et is neuter, chosen to agree with the counted noun: en bil (one car) but et hus (one house). Use the toggle to control a standalone 1; inside larger numbers the tool applies the form the convention expects.

Example

The number 1.234.567 renders as en million tohundrede og fireogtredivetusind femhundrede og syvogtreds. Grouping characters in your input — spaces, dots, or commas — are ignored, so you can paste a formatted figure straight from a spreadsheet.