Encoding Tools
Encode and decode various formats
Base64 Encode/Decode
Convert text to and from Base64 encoding
Encode text to Base64 format or decode Base64 strings back to plain text. Supports UTF-8 characters and binary data.
URL Encode/Decode
Percent-encode text for use in URLs
Encode special characters for safe use in URLs or decode percent-encoded strings. Essential for working with query parameters and API requests.
HTML Entity Encode/Decode
Convert special characters to HTML entities
Encode special characters like <, >, & to their HTML entity equivalents or decode HTML entities back to characters.