Input
<div>Hello & welcome</div>
Entities
<div>Hello & welcome</div>
Encoding & Decoding
Convert HTML special characters to entities or restore entities to text. Useful for template debugging, rich-text cleanup, and escaping. Processing stays in the browser.
Favorite this tool
No favorite storage mode has been selected.
Quick actions
Copy this tool URL or open the system share sheet on a supported device.
编码加解码
等待输入
Input
<div>Hello & welcome</div>
Entities
<div>Hello & welcome</div>
Encoding escapes common special characters such as <, >, &, and ". Decoding uses built-in browser handling for common entities in everyday text.
It is meant for fragments and string-level work. For whole-page structure conversion, use HTML/Markdown tools instead of treating this as a full HTML parser.
Tools
Continue with another translated tool for a nearby task.
Unicode Converter
Convert between plain text and Unicode escape sequences (\uXXXX). Useful for inspecting API payloads, config files, and frontend strings. Conversion stays in the browser.
Base64 Encode/Decode
Encode and decode Base64 in the browser, with standard and URL-safe variants, automatic direction detection, and optional file-to-Base64 conversion. Useful for API debugging and local data prep.
UTF-8 Byte Viewer
Inspect each character’s UTF-8 bytes, hex form, and code points. Useful for debugging emoji, multi-byte CJK, and length-limit issues. Analysis runs locally in the browser.