HTML Entity Converter

Convert HTML special characters and entities

Category

Encode / Decode

How to Use

  1. Select encode or decode mode
  2. Enter HTML text or entity-encoded text
  3. Result is shown automatically; common entities table below

Examples

  • HTML entity encode

    Input: <div class="test">

    Output: &lt;div class=&quot;test&quot;&gt;

FAQ

Why use HTML entities?
HTML entities let you display special characters (<, >, &) without them being parsed as HTML tags.

Related tools