Web Tools Hub

Your one-stop destination for useful web utilities

Base64 Encoder/Decoder

Convert text to Base64 and decode Base64 back to text

Encode
Decode

How to use:

Encoding

  1. Select the "Encode" tab
  2. Choose between text or file input
  3. Enter text or select a file to encode
  4. Click the "Encode to Base64" button
  5. Copy the encoded result using the "Copy to Clipboard" button

Decoding

  1. Select the "Decode" tab
  2. Paste the Base64 string you want to decode
  3. Click the "Decode from Base64" button
  4. View the decoded result
  5. Copy the result or download it as a file if it appears to be binary data

Note: Base64 encoding increases the size of the data by approximately 33%. It's commonly used for sending binary data over text-based protocols.