Code Flick TechnologiesToolscodeftech.com

HTML Encode / Decode

Encode reserved HTML characters (& < > " ' / etc.) to entities, or decode entities back to plain text. Browser-only.

100% in your browser. Files never uploaded.
Result will appear here.

How to use

  1. 1
    Pick a mode
    Encode plain text to HTML entities, or decode entities back to text.
  2. 2
    Paste your input
    Result updates as you type.
  3. 3
    Copy
    One click to copy the result.

FAQ

Which characters get encoded?
The reserved set: & < > " ' /. Numeric entities are used for the apostrophe and forward slash to be safe inside attribute values.
How does decode handle named entities?
It uses the browser's own parser, so any valid named entity (&amp;, &eacute;, &lt;, etc.) decodes correctly.

Related tools