Punycode Encoder/Decoder

Original content:
Converted result:

About Punycode:

  1. Punycode converts Unicode domain labels to ASCII for DNS compatibility.
  2. Output contains ASCII-only characters for broad system support.
  3. Reversible: decoding restores the original non-ASCII text.
  4. Includes safeguards against certain encoding-based attacks.
  5. DNS only supports ASCII, hence Punycode exists.