Domains with non-ASCII characters are stored in DNS as punycode: an ASCII encoding that starts with xn--, so münchen.example becomes xn--mnchen-3ya.example. Converting a display name to punycode shows the form DNS and registrars actually use, and converting back reveals what an xn-- domain really displays as. A browser-based punycode converter does both directions offline on your own device.
Free punycode converter. Turn an international domain name into its ASCII punycode form and back, using the browser URL engine, all offline in your browser.
Open Punycode Domain Converter → Free toolFree online URL parser. Break any URL into protocol, host, port, path, query string and hash instantly in your browser using the native URL API.
Open URL Parser →DNS only carries ASCII, so internationalized domain names live a double life: the unicode form people see and type, and the punycode form starting with xn-- that resolvers, registrars and certificates operate on. Whenever you register, configure DNS for, or debug an internationalized domain, you need the punycode form, and a converter translates between the two instantly using the browser's own URL machinery.
Unicode includes characters from many scripts that render almost identically to Latin letters, which means two visually identical-looking domains can be entirely different names, a trick used in phishing. Converting a suspicious link's domain to punycode exposes its true ASCII form: a domain that looks like a familiar brand but converts to an xn-- string is not the domain it appears to be. To isolate the domain from a full link first, a local URL parser splits the link into protocol, host and path. Both checks run entirely offline in your browser, so the link you are inspecting is never sent anywhere.
It marks a punycode-encoded label, meaning the domain contains non-ASCII characters in its display form.
Lookalike unicode characters can make a phishing domain appear identical to a real brand. The punycode form reveals the actual registered name.
No. It uses the browser's built-in URL engine and runs fully offline once the page is loaded.