πŸ…Ÿ

Domain Punycode rfc 3492

Convert Unicode domain names to Punycode xn-- form.

mode
INPUTdomain
0 lines 0 chars
1
OUTPUTconverted
0 lines 0 chars
1
Tool Guide

What this tool does

Useful for testing internationalized domain names.

When to use it

Domain Punycode is useful during Web work when you need to quickly convert, inspect, format, or generate small pieces of developer data. It is intended for API responses, configuration snippets, logs, test inputs, and browser-side checks.

Input and output example

Input example: ν•œκΈ€λ„λ©”μΈ.kr
Output example: xn--... Punycode domain form

Notes and limitations

Use the result as a development aid and verify it before applying it to production systems. Check encoding, timezone, security, and format requirements when the output will be used in an application. Related concept: rfc 3492.

Copied