Why encode HTML entities
Characters like <, >, and & have special meaning in HTML and must be escaped to display literally. This tool converts them to entities like < and &, or decodes entities back to readable text.
Switch between encode and decode to convert special characters to and from HTML entities.
Paste the value to encode or decode.
Pick the direction / algorithm if the tool has modes.
Copy the output. Decoding is not the same as verifying a signature.
Characters like <, >, and & have special meaning in HTML and must be escaped to display literally. This tool converts them to entities like < and &, or decodes entities back to readable text.
Use HTML Entity Encoder / Decoder to transform encodings in your browser. If you decode a JWT or similar token, that does not prove the signature is valid.
Watch for padding and character-set issues. Never paste production secrets into a shared screen.
Whenever possible, HTML Entity Encoder / Decoder processes your data locally with JavaScript in this page. That means drafts, secrets, and unfinished work stay on your device by default. Prefer this workflow when you do not want to upload sensitive text, tokens, passwords, or files to a third-party service.
The characters &, <, >, " and ’ are escaped, which covers the most common HTML injection risks.
Yes, both named entities and numeric (decimal and hex) entities are decoded.
For most FlyUtils tools, no. Processing happens in your browser with JavaScript. If a tool ever needs a server, that will be stated clearly on the page.
Yes. HTML Entity Encoder / Decoder is free, with no sign-up and no artificial usage caps for normal personal and work use.
Yes. The page is mobile-first, so you can paste input, tweak options, and copy results from a phone or tablet.