🔤Base64 Encode/Decode
Free Tool
0 characters
How it works
- Encode: Convert any text/string to Base64 format (safe for URLs, HTML attributes, APIs)
- Decode: Convert Base64 back to its original text format
- Tip: Base64 adds ~33% to the original string size — it's not compression, it's encoding.