Base64 File
Encode files to Base64 or decode Base64 back to files
How to use
Use Encode File mode to upload any file and get its Base64 representation. Use Decode String mode to paste a Base64 string and download it as a file. Handy for embedding files in data URIs, JSON, or sending binary data in text-based protocols.