We can't find the internet
Attempting to reconnect
Something went wrong!
Hang in there while we get back on track
Encode to HTML Entities
Decode from HTML Entities
About HTML Encoding
HTML encoding converts special characters into HTML entities to prevent XSS attacks and display special characters correctly in HTML.
Common Entities:
- < → <
- > → >
- & → &
- " → "
- ' → '