HTML Entity Encode / Decode

Encode and decode HTML entities.

Input data is processed in your browser
Data is never sent to a server

Tool

0 chars

or drag & drop a file

What are HTML Entities?

HTML entities are a way to represent characters that have special meaning in HTML. For example, < is written as &lt; and > as &gt;. They are used when displaying code on a web page or safely embedding user input into HTML.

How to Use

  1. Enter text in the input field.
  2. Click "Encode" or "Decode".
  3. The result appears in the output field.
  4. Click "Copy Result" to copy to clipboard.

FAQ

What is the difference from HTML Escape?

HTML Escape converts special characters like <, >, &, ", and '. HTML Entity encoding converts characters to &amp;#number; numeric reference format.

Is my data sent to a server?

No. All processing happens in your browser.