HTML Entity Encoder
Convert special characters to HTML entities and vice versa
Encoding Options
Common Entities
& → &
< → <
> → >
" → "
© → ©
€ → €
Input Text
Characters: 69
Output Text
About HTML Entities
HTML entities are used to display reserved characters and special symbols in HTML documents.
Named Entities
Human-readable names like © for ©. Most common and easy to remember.
Numeric Entities
Use character codes: decimal (©) or hexadecimal (©). Works for any Unicode character.
When to Use
•Display HTML code in web pages
•Prevent XSS vulnerabilities
•Show special characters (©, ™, €)
•Ensure compatibility across encodings
•Display mathematical symbols
•Represent non-breaking spaces