Decode a Hebrew punycode domain
Input
xn--7db6aa.xn--4dbrk0ce
Output
דוגמה.ישראל
Turns the ASCII hostname back into a readable Unicode domain.
Developer Tools
Review practical IDN Decode examples so you can understand expected input, output, and common patterns faster.
Use this IDN Decode tool to convert ASCII punycode hostnames back into readable Unicode domain names. It is useful for browser checks, domain review, debugging internationalized hostnames, and understanding what a punycode domain represents in its readable form.
Example pages are especially useful for developer tools because they show what good input looks like, what kind of output to expect, and how the tool behaves in common scenarios.
Input
xn--7db6aa.xn--4dbrk0ce
Output
דוגמה.ישראל
Turns the ASCII hostname back into a readable Unicode domain.
Input
xn--mnich-kva.com
Output
münich.com
Useful for checking what a punycode hostname looks like in readable form.
Fix: Use IDN Decode on xn-- hostnames rather than plain Unicode domains.
Fix: Use a clean domain or hostname when possible.
Fix: IDN decoding is for hostnames, while URL decoding is for percent-encoded URL text.
After reviewing these examples, run the live tool with your own input. If your task involves a follow-up step, the related page can help you move to the next tool in the workflow.
Open the main IDN Decode page and test your own real input.