Base64 Encoder/Decoder
Encode and decode text and files to/from Base64 format
Encode and decode text and files to/from Base64 format
Encode/decode text or files to/from Base64!
Supports all file formats (text, images, documents, etc.)
Usage Examples
Text Encoding:
Hello → SGVsbG8=
File Encoding (Data URL):
data:image/png;base64,...