ASCII TLD
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://tldfyi.com/iframe/glossary/ascii-tld/" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://tldfyi.com/glossary/ascii-tld/
Add a dynamic SVG badge to your README or docs.
[](https://tldfyi.com/glossary/ascii-tld/)
Use the native HTML custom element.
ASCII TLD는 [[idn-tld|IDN TLD]]처럼 비라틴 문자를 사용하는 것과 달리, ASCII 문자 집합(A–Z, 0–9, 하이픈)만으로 구성된 [[tld|최상위 도메인]]입니다. 루트 존의 대다수 TLD는 ASCII 기반입니다. ASCII TLD는 모든 [[dns|DNS]] 소프트웨어와 기본적으로 호환되며 특별한 인코딩이 필요하지 않은 반면, IDN TLD는 DNS 인프라를 통해 전송될 때 [[punycode|퓨니코드]] 표현(예: xn--...)으로 변환되어야 합니다.
예시
.com, .org, and .shop are ASCII TLDs; by contrast, .中国 (China) is an IDN TLD that is transmitted as .xn--fiqs8s through the DNS.