Base64 Encoder/Decoder
Convert text and images to/from Base64 format
0 characters
0 characters
About Base64:
- Base64 encoding converts binary data into ASCII text format
- Commonly used for embedding images in HTML/CSS or transmitting data over text-based protocols
- Encoded data is approximately 33% larger than the original
- Upload text files or images to automatically convert them
- Image uploads will show a preview and include the data URI prefix