Input
Output
Examples
Try these examples to get started
HTML Entity Encoding - Convert special characters
Input:
<div class="container">Hello & World!</div>
Output:
<div class="container">Hello & World!</div>
HTML Entity Decoding - Convert entities back to text
Input:
<div class="container">Hello & World!</div>
Output:
<div class="container">Hello & World!</div>
Special Character Encoding - Copyright and trademark symbols
Input:
© 2024 Company Name™
Output:
© 2024 Company Name™
Share:
Related Tools
Free online Base64 encoder and decoder. Encode text to Base64 or decode Base64 strings instantly with our easy-to-use tool.
Free online URL encoder and decoder. Encode URLs for safe transmission or decode URL-encoded strings instantly.
Free online hash generator for MD5, SHA1, SHA256, and SHA512. Generate cryptographic hashes instantly for data verification and security purposes.