HTML Encoder
Convert HTML to JavaScript-protected format
Input HTML
Encoded Output
How it works: HTML is URL-encoded and wrapped in JavaScript.
When the page loads, the browser executes document.write(unescape('encoded_string'))
to display the original HTML. Use the "Run to Test" button to preview the encoded HTML in a new tab.