HTML Entity Encoder/Decoder
How to use
- Enter characters or entity strings to display safely in HTML.
<,>,&: ClickEncodeto convert characters like these into entities.<,&: ClickDecodeto convert entities like these back into characters.- Review and copy the converted content in the result area.
What are HTML entities?
HTML entities represent special characters as code so browsers can display them safely.
For example, special characters and quotation marks have a special meaning in HTML documents; converting them to entities prevents them from being interpreted as tags or attributes and displays them as written.