Encode a Hebrew domain
Input
דוגמה.ישראל
Output
xn--7db6aa.xn--4dbrk0ce
Shows how a Unicode domain becomes ASCII punycode.
Developer Tools
Review practical IDN Encode examples so you can understand expected input, output, and common patterns faster.
Use this IDN Encode tool to convert Unicode domain names into ASCII punycode form. It is useful for domain testing, technical checks, DNS work, browser compatibility review, and understanding how internationalized domain names are represented in systems that expect ASCII hostnames.
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
דוגמה.ישראל
Output
xn--7db6aa.xn--4dbrk0ce
Shows how a Unicode domain becomes ASCII punycode.
Input
münich.com
Output
xn--mnich-kva.com
Useful for checking browser-style punycode conversion.
Fix: Use a clean hostname when possible for the clearest result.
Fix: IDN encoding is for hostnames, not for full URL escaping.
Fix: Enter a domain or hostname rather than general 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 Encode page and test your own real input.