How to Use the HTML Encoder / Decoder
- Encode — paste plain text and click Encode to HTML Entities to convert special characters (
<,>,&,",') into safe HTML entities. - Decode — paste HTML with entities like
<or"and click Decode HTML Entities to get the original text.
When to Use
Use encoding when inserting user-generated content into HTML to prevent XSS attacks. Use decoding when you need to read the actual text from HTML source.
Privacy: Everything runs locally in your browser. No data is sent anywhere.
More Free Online Tools
Explore 32 fast, private, browser-based tools at Wivrix.