About
Use the HTML Encode Decode tool to convert reserved characters and symbols into HTML entities and vice-versa. It currently supports HTML4 and HTML5 entities and characters including the new ones. We are using a database for character entities that is autogenerated and updated frequently to make sure every character is covered.
Encode HTML Characters
This converts reserved characters in HTML with character entities. For example, double quotes "
becomes "
after encoding it.
Decode HTML Entities
This converts HTML entities back to normal characters. For example, the copyright symbol ©
becomes ©
after decoding it.
When to Use HTML Entities
Use character entities to display reserved characters in HTML. For example, it's highly recommended to Encode less than <
and greater than >
symbols in your text, or the browser might think that they are HTML tags.
Related Tools
- HTML Escape/Unescape - Convert plain unescaped HTML code into escaped HTML and vice-versa.
- URL Encode/Decode - Encode or decode reserved special characters in a URL.