
Paste your input
Drop CSS, HTML, JSON, or other text into the editor. Nothing is uploaded.
Encode HTML entities.
Four quick steps — paste, run, review, copy. Everything stays in your browser.

Drop CSS, HTML, JSON, or other text into the editor. Nothing is uploaded.

Click Convert or Run. The result appears instantly on this page.

Read the generated code and any review notes before you ship it.

Copy the output to your clipboard and paste it into your project.
Encode characters that would break HTML when placed in text nodes or attributes (<, >, &, quotes).
Classic < & " characters that break raw HTML.
Input
Price < $50 & "special" today
Output
Price < $50 & "special" today
Encode user-facing text; do not double-encode already-safe markup.