Convert an internationalized domain label to its ASCII Punycode form.
The frame below runs the same code as this page, in the reader's own browser. Nothing is sent to us, and nothing is sent to you.
Pick a dark background and the text and panels follow it, so the frame stays readable on a dark page.
Non-ASCII Unicode labels are transformed with Punycode’s bootstring algorithm into ASCII letters, digits, and hyphens; an xn-- prefix marks an A-label for DNS use. The conversion operates per label rather than across an entire dotted hostname.
üöä.com
xn--4ca9ar.com
IDN registration, URL parsing, and certificate SAN handling encode domain labels.