Usage
- Pick encode or decode.
- Type text and the output updates immediately. Line-by-line mode converts each line separately.
- Copy the result or swap input and output.
Online tool to encode text to Base64 or decode Base64 to text.
Input is plain text or a Base64 string. Output is the opposite conversion. No binary file upload; limited by browser string size.
Encode: hello → aGVsbG8=. Decode: aGVsbG8= → hello. Invalid Base64 yields an error message.