Globales Tool Hub
Aktuelle Sprache: German
Zurück zu den Ratgebern

Ratgeber

Unicode-Domains vs Punycode: Was ist der Unterschied?

Praktischer Unterschied zwischen lesbaren Unicode-Domains und ihrer ASCII-Punycode-Darstellung.

Unicode ist für Lesbarkeit, Punycode für DNS-Kompatibilität in ASCII. Korrekt umgewandelt zeigen beide auf dieselbe Domain.

Unicode domains are user-friendly

Unicode lets users read domains in their own language and script.

This improves clarity for local audiences and multilingual brands.

Punycode is DNS-compatible encoding

DNS labels are ASCII-oriented, so Unicode labels are encoded as Punycode.

That is why a readable label can appear as xn--... in technical contexts.

Both can point to the same site

Unicode and Punycode are two representations of one domain identity when mapped correctly.

In workflows, conversion should be deterministic and reversible.

  • Display to users: Unicode.
  • Store/transmit in strict systems: often ASCII/Punycode.
  • Always verify round-trip conversion.

Where mistakes usually happen

Teams sometimes compare Unicode and Punycode strings as if they were unrelated values.

Another mistake is partial conversion of only some labels in a multi-label domain.

Practical handling rule

Choose one canonical storage format and document conversion boundaries.

This prevents mismatches across product, analytics, and security checks.

Useful for

  • Comparing domain formats in support tickets.
  • Documenting international domain workflows.
  • Building validation logic for domain inputs.
  • Explaining IDN behavior to clients.

Think display form vs transport form

Unicode is the readable display form. Punycode is the transport-compatible ASCII form. Keep both in your workflow where appropriate.

Passende Tools

Punycode-Konverter

Konvertiere internationalisierte Domainnamen zwischen Unicode und ASCII-Punycode.

Open Punycode Converter

Weitere Ratgeber

Sieh dir einen weiteren kurzen Artikel zu einem ähnlichen Workflow an.