Skip to content

HTML 엔티티 인코딩/디코딩

무료 HTML 엔티티 인코더 및 디코더. &, <, > 및 이름/숫자 참조를 인코딩하거나 텍스트로 다시 디코딩합니다. 브라우저에서 실행됩니다.

Runs in your browserUpdated Apr 26, 2026

Input

Output

자주 묻는 질문

Why do I need to escape HTML?

To prevent special characters from being interpreted as HTML tags. < becomes &lt; so the browser shows the character instead of opening a tag.

What characters need escaping?

At minimum: < > & " '. For maximum safety, escape every non-ASCII character to numeric entities like &#x1F600;.

Is my input uploaded?

No — runs entirely in your browser.

Does it handle named entities like &copy;?

Yes — both named (&copy;) and numeric (&#169; or &#xA9;) entities are decoded correctly.

Is the tool free?

Yes — fully free, no signup.

사람들이 다음도 검색합니다.