Convert internationalized domain names (IDN) between Unicode and Punycode ASCII encoding. Support for non-ASCII domains.
Convert internationalized domain names (IDN) to and from their Punycode representation. If you work with domains containing non-ASCII characters, like umlauts, Chinese characters, or Arabic script, this tool shows you the xn-- encoded form that DNS actually uses.
Initializing in your browser…
Convert between Unix/Epoch timestamps and human-readable dates. Supports seconds and milliseconds with timezone information
Convert audio files between WAV, MP3, OGG, AAC, M4A, FLAC formats online. Adjust bitrate and quality settings. Free browser-based conversion with no file uploads to servers.
Convert between HEX, RGB, HSL, and CMYK color formats
You registered an internationalised domain and need its ASCII (Punycode) form for DNS and TLS certificate config.
Unicode domain
münchen.de
Punycode (ASCII)
xn--mnchen-3ya.de
DNS only allows ASCII, so Unicode labels are encoded with the `xn--` ACE prefix; "münchen" becomes `mnchen-3ya`, which encodes both the base letters and where the non-ASCII character belongs. Seeing both forms also helps spot homograph phishing, where a lookalike Unicode domain hides a very different Punycode reality.
Convert internationalized domain names (IDN) to and from their Punycode representation. If you work with domains containing non-ASCII characters, like umlauts, Chinese characters, or Arabic script, this tool shows you the xn-- encoded form that DNS actually uses.
münchen.de encodes to xn--mnchen-3ya.de
例え.jp encodes to xn--r8jz45g.jp
Punycode is an encoding that represents Unicode characters using only the ASCII characters allowed in domain names. It lets internationalized domain names work within the existing DNS infrastructure.
DNS was designed for ASCII only. Punycode bridges the gap by encoding Unicode domains into ASCII-compatible form so they can be resolved by any DNS server.
Conversions run on your device in JavaScript. The values you enter are never sent over the network.