Copied to clipboard!
B64
TerraTome Base64 Encoder/Decoder
Convert text and images to Base64 strings for embedding in HTML/CSS or encoding sensitive data
🔤
Text Encoding
Convert any text to Base64 format for secure transmission and data storage
🖼️
Image Embedding
Encode images to Base64 for direct embedding in HTML/CSS without external files
🔍
Data Decoding
Decode Base64 strings back to their original text or image format
Text to Base64
Result:
Image to Base64
Base64 Result:
Image Preview:
📌 Usage Tips:
• Use Base64-encoded images in CSS with: background-image: url('data:image/png;base64,...')
• In HTML: <img src="data:image/png;base64,...">
• Base64 is great for embedding small images directly in code to reduce HTTP requests
• Not recommended for large images as it increases file size by about 33%
Share this:
- Click to share on Facebook (Opens in new window) Facebook
- Click to share on X (Opens in new window) X
- Click to share on Telegram (Opens in new window) Telegram
- Click to share on WhatsApp (Opens in new window) WhatsApp
- Click to share on LinkedIn (Opens in new window) LinkedIn
- Click to email a link to a friend (Opens in new window) Email
- Click to share on Bluesky (Opens in new window) Bluesky
- Click to share on Reddit (Opens in new window) Reddit
- Click to share on Threads (Opens in new window) Threads