Turn a Unicode domain like münchen.de into its ASCII Punycode form (xn--mnchen-3ya.de) and back. Implements RFC 3492, entirely in your browser.
An ASCII encoding of Unicode used for internationalized domain names, so non-Latin domains work in DNS. Labels are prefixed with xn--.
Only labels containing non-ASCII characters; pure-ASCII labels are left unchanged.
Yes — it implements the RFC 3492 bootstring algorithm, so results match other conformant tools.