Base64 Encode / Decode
Convert Base64
How to use this tool
- Select whether you want to Encode (convert plain text into Base64) or Decode (convert Base64 back to plain text).
- Paste or type your data into the Input Data box.
- Click the button to process your text.
- Use the "Copy Result" button to easily copy the output to your clipboard.
What is Base64?
Base64 is a group of binary-to-text encoding schemes that represent binary data in an ASCII string format. It is commonly used when there is a need to encode binary data, especially when that data needs to be stored and transferred over media that are designed to deal with text (like HTML, email, and URLs).