Loading…

How to use HTML Entities Decoder

Paste HTML-entity-encoded text, and the tool decodes it back to plain characters.

Frequently asked questions

Which HTML entities are decoded?

All standard named entities (&, <, >, ", etc.) plus numeric &#NNN; and hex &#xNNN; forms.

Can I decode HTML source code?

Yes — paste any HTML and all entities within it will be decoded to their visible characters.

Is this safe to use on untrusted HTML?

Yes — decoding entities is safe. Never inject decoded output back into live HTML without sanitization.

More Encoders & Decoders

Text to Binary
Convert text to 8-bit binary (0s and 1s) format
Binary to Text
Convert binary (0s and 1s) back to readable text
Text to Hex
Convert text to hexadecimal (base 16) encoding
Hex to Text
Decode hexadecimal values back to readable text
ASCII Code Lookup
Look up ASCII codes and convert characters to/from codes
Text to Octal
Encode text as octal (base 8) numbers
Unicode Encoder
Encode text to Unicode code points (\\u escape format)
Unicode Decoder
Decode Unicode escape sequences back to text
Unicode Character Lookup
Look up any Unicode character by code point or name
JWT Decoder
Decode & inspect JWT tokens (header, payload, signature)
Caesar Cipher
Encode or decode text with the classic Caesar shift cipher
Vigenère Cipher
Encrypt or decrypt text using the Vigenère polyalphabetic cipher

← View all Encoders & DecodersBrowse all 1,100+ tools →