Base64 Encoder/Decoder
Encode text to Base64 or decode Base64 to text
Base64 is an encoding scheme that converts binary data into text format. Use this tool to easily encode text to Base64 or decode Base64 strings back to text.
Running Base64 Operations
Base64 is commonly used when:
- Transmitting binary data over text-only mediums
- Storing complex data in XML or JSON
- Embedding image data directly in HTML/CSS
- Sending data in email attachments