Base64 Encode/Decode
Encode text/files to Base64 and decode Base64 back to text/bytes (supports URL-safe alphabet).
Runs locally in your browser. Decoding accepts raw Base64 or a Data URL like data:...;base64,....
13 bytes
Encode text/files to Base64 and decode Base64 back to text/bytes (supports URL-safe alphabet).
Runs locally in your browser. Decoding accepts raw Base64 or a Data URL like data:...;base64,....