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