๐Ÿ”ง Free Utility Tools

Word counter, password generator, UUID generator, and Base64 encoder/decoder.

๐Ÿ”
Base64 Encode / Decode
Encode text to Base64, decode Base64 back to text, or convert files both ways.
๐Ÿ”ค Text Encode / Decode
๐Ÿ“ File โ†” Base64
LOCAL ยท STAYS IN BROWSER

Convert files to Base64, or restore a file from its Base64 string โ€” files never leave your browser.

โฌ† File โ†’ Base64
No file selected
โฌ‡ Base64 โ†’ File

Type auto-detected โ€” PDF, PNG, JPG, GIF, WEBP, ZIP, MP3โ€ฆ

How to Use the Base64 Encoder / Decoder

Enter text or a Base64 string and click "Process" to see both the encoded and decoded results. You can also convert whole files: upload a file to get its Base64 string, or paste a Base64 string to download the original file. Text encoding and decoding are processed on our servers and deleted within 60 minutes; file conversion never leaves your browser.

Common uses:

  • Encode binary data for safe transmission in URLs or JSON
  • Decode Base64 strings from APIs or data files
  • Embed small images as Base64 in HTML or CSS
  • Convert files to Base64 for API uploads or email attachments
  • Restore a file (PDF, image, ZIPโ€ฆ) from its Base64 string