HTML Entity Encoder/Decoder
Convert between text and HTML entities for safe HTML display
Characters: 0
Characters: 0
Original:
Hello & goodbyeEncoded:
Hello & goodbyeOriginal:
<script>alert('test')</script>Encoded:
<script>alert('test')</script>Original:
"Hello World"Encoded:
"Hello World"Original:
© 2024 CompanyEncoded:
© 2024 CompanyHTML Entity Reference:
& → &< → <> → >" → "' → '© → ©® → ®™ → ™• Encode Basic: Encodes only essential HTML characters (&, <, >, ", ')
• Encode All: Encodes all special characters including accented letters and symbols
• Decode: Converts HTML entities back to their original characters
• Supports both named entities (©) and numeric entities (©)
Related Tools
Discover other useful tools that work well with your current tool
Unit Converter
Convert between units of length, weight, temperature, area, volume, and more
Popular
Color Palette Generator
Generate beautiful color palettes for design projects with various color schemes
Popular
Base64 Encoder/Decoder
Encode and decode text to/from Base64 format with real-time conversion