HTML Entity Encoder & Decoder
Convert special characters to HTML entities and vice versa.
- Paste your text or HTML code into the input box.
- Click Encode to convert special characters into safe HTML entity equivalents.
- Click Decode to convert HTML entities back into their original characters.
- Use the copy button to copy the result to your clipboard.
Input raw HTML:
<div class="container">Hello & Welcome</div>Output encoded:
<div class="container">Hello & Welcome</div>