Encoding & Decoding Tools - Support Base64, URL, Unicode, JWT and more
Encode:
Decode:
HTML Entity Decoding Guide
HTML entity decoding is used to convert HTML entity encoded text back to original characters.
Decoding format: Recognizes &name; or &#number; format entities, e.g.: < decodes to <
Use cases: Web content parsing, rich text processing, HTML template development, etc.
Tool Advantages
This tool provides various encoding and decoding methods with a clean and intuitive interface. It supports real-time conversion and is suitable for development debugging, data processing, and many other scenarios.