Base64 Encoder / Decoder
Easily encode and decode text to and from Base64 format.
Conversion
Input (Text)
Output (Base64)
What is Base64?
Base64 is a group of binary-to-text encoding schemes that represent binary data in an ASCII string format by translating it into a radix-64 representation.
How to use the Base64 Tool
- Paste your text or Base64 string into the top input area.
- Select whether you want to Encode or Decode.
- The result will instantly appear in the bottom text area.
- Click the Copy button to copy the result to your clipboard.