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 < 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 😀.
›Is my input uploaded?
No — runs entirely in your browser.
›Does it handle named entities like ©?
Yes — both named (©) and numeric (© or ©) entities are decoded correctly.
›Is the tool free?
Yes — fully free, no signup.