CaseWren

HTML Entities Encoder & Decoder

Escape and unescape HTML entities safely.

0 Characters · 0 Words · 0 Lines

About the HTML Entities Encoder

Show a code sample on a web page without escaping it, and the browser will happily render your <div> as an actual div. This tool escapes the dangerous five — &, <, >, " and ' — into their entity forms, so snippets display as text, and unescapes entities back when you are reading markup from a database or CMS.

Both directions run live: paste raw HTML to get publishable entities, or paste entity-encoded text to recover the original characters.

How to use it

  1. 1Paste HTML or code containing <, >, & and quotes.
  2. 2Copy the escaped output for safe embedding in a page.
  3. 3Or paste entities like &lt; to decode them back.

Frequently asked questions

Related tools

Search CaseWren tools

Search all 147 tools…