Base64 Encoder/Decoder

About

This tool provides a simple online utility for performing Base64 Encoding and Base64 Decoding.
What is Base64?
Base64 is a widely used binary-to-text encoding scheme. It represents binary data in an ASCII string format by translating it into a radix-64 representation. This is commonly used to transmit data over systems that only handle text, such as embedding images directly into HTML or CSS, or sending binary data within email bodies.
Using the Tool:
  • Use the Encode function to convert your plain text string into its Base64 encoded format.
  • Use the Decode function to convert a Base64 encoded string back into its original text.
Simply paste your content into the input area and click the appropriate button to quickly encode or decode.