đ Text Encoder & Decoder
Convert text to/from Base64, URL, or HTML encoding.
âšī¸ About Text Encoding
This tool supports multiple encoding formats:
- Base64: Binary-to-text encoding using 64 characters
- URL Encoding: Percent-encoding for URLs (e.g., %20 for space)
- HTML Encoding: Character entity encoding (& for &)
Note: All encoding/decoding happens locally in your browser.
Examples
Base64 encode:
Input: Hello Output: SGVsbG8=
URL encode:
Input: https://example.com/search?q=hello world Output: https%3A%2F%2Fexample.com%2Fsearch%3Fq%3Dhello%20world