🌐 Browser Update Required

Your browser is outdated and doesn't support the modern features Tookio needs to work properly. Please update to a modern browser for the best experience.

ChromeFirefoxEdgeSafari
tookio.org

Base64 Encoder/Decoder

Encode text to Base64 or decode Base64 to text

What is Base64?

Base64 is a binary-to-text encoding scheme that represents binary data in an ASCII string format. It's commonly used to encode data that needs to be stored and transferred over media designed to handle text.

Common uses:

  • Embedding images in HTML/CSS (data URIs)
  • Encoding data in URLs
  • Storing complex data in cookies
  • Email attachments (MIME encoding)
  • API authentication tokens
Base64 Encoder/Decoder - Encode and Decode Base64 Online | Tookio