HTML Encoder/Decoder
Escape or unescape HTML entities locally. Useful for safely rendering or inspecting HTML.
Input
Result
Encoding/decoding happens entirely in your browser. Nothing is uploaded or stored.
Safe escaping
Encodes the common HTML entities (&, <, >, ", ') to prevent accidental rendering.
Round-trip decode
Decode encoded snippets back to readable HTML for inspection or editing.
Offline & private
Works fully offline. Your snippets never leave the page.