Encode any text into base64 format, or decode a base64 string back into readable text — useful for embedding data or working with APIs that expect base64.
Ad space — responsive
Base64 Text Encoder/Decoder
TL-40
Encode plain text into Base64, or decode a Base64 string back into text.
Output
How to use the Base64 Text Encoder/Decoder
Paste your text or base64 string.
Click Encode or Decode depending on the direction you need.
Copy the result.
Tips
Base64 is an encoding, not encryption — anyone can decode it, so it isn't suitable for protecting sensitive data.
Decoding invalid base64 will show an error rather than garbled output.