Encode and decode text in Base64, URL encoding, HTML entities, ROT13, and more with these free tools.
Base64 is used to encode binary data as text — common for data URIs in HTML/CSS, email attachments, and API payloads.
URL encoding replaces unsafe ASCII characters with % followed by hex codes. Essential for query parameters and special characters in URLs.
Encoding is NOT encryption — it's easily reversible. Use proper encryption (AES) for sensitive data. These tools are for data formatting, not security.