kitzos

Base64 Encoder / Decoder

Encode and decode text or images to Base64. Works entirely offline.

How to use

  1. 1

    Choose encode or decode

    Toggle between Encode and Decode mode depending on whether you want to convert text to Base64 or reverse it.

  2. 2

    Enter text or upload an image

    Type or paste text in text mode, or switch to image mode to convert a file to a Base64 data URI.

  3. 3

    Copy the result

    The output updates automatically. Click Copy to use the Base64 string in your code, API, or email embed.

Frequently Asked Questions

Base64 converts binary data into ASCII text. It is commonly used to embed images in HTML/CSS, send binary data in JSON APIs, and encode credentials.