Base64 Encoder / Decoder
No output yet — encode or decode something to see results.
Notes: Encoding text produces raw base64. Encoding a file returns a data URL (data:<mime>;base64,...). Decoding will try to detect a data URL first, then raw base64; text results are shown as text, binary results become a downloadable file.