Punycode Converter
Why domains have two spellings
DNS itself only transports the letters a-z, digits and hyphens. Internationalized domain names square that circle with Punycode (RFC 3492): the Unicode label is encoded into that limited alphabet and marked with the xn-- prefix. münchen.de and xn--mnchen-3ya.de are therefore the same domain; your browser shows one and resolves the other. This converter translates both directions and treats each dot-separated label independently, so mixed names convert correctly.
The security angle: phishers register names where a Latin letter is replaced by an identical-looking Cyrillic or Greek one. The famous example xn--80ak6aa92e.com renders as "apple.com" built entirely from Cyrillic letters. Decoding a link before clicking exposes the trick, and this tool additionally flags labels that mix alphabets, the classic homograph signature. If a converted domain looks suspicious, check its registration in the Domain Lookup.