Base64 Encoder/Decoder
Encode and decode text, files, and images to/from Base64
base64encodedecodeconvertertextfile
Input (Plain Text)
About Base64
Base64 is a binary-to-text encoding scheme that represents binary data in an ASCII string format. It's commonly used for transmitting data in environments that only support text.
Common Uses:
- • Embedding images in HTML/CSS
- • Email attachments
- • API data transmission
- • Storing complex data in URLs
Supported Formats:
- • Text files
- • Images (PNG, JPG, GIF, etc.)
- • Documents (PDF, DOC, etc.)
- • Any binary file