Tools 365

All Tools74 tools available

Base64 Encoder/Decoder

Convert text to Base64 and vice versa

Mode
Original Text
Enter text to encode
0 characters
Base64 String
Base64 encoding result
0 characters
Instructions & Information

What is Base64?

Base64 is a method of encoding binary data into ASCII text strings. It is commonly used to transmit data over media that only support text.

How to use:

  1. Select mode: Encode or Decode
  2. Enter text in the input field
  3. Result will display automatically in the output field
  4. Use the "Copy" button to copy the result

Applications:

  • Encode data in URLs
  • Embed images in HTML/CSS (Data URI)
  • Transmit data via email
  • Store binary data in JSON/XML
  • Basic authentication in HTTP

Important note:

Example:

Original text:

Hello, World!

Base64:

SGVsbG8sIFdvcmxkIQ==