This is a simple locally run Base64 converter that allows you to encode and decode Base64 strings.
-
Decode/Encode Base64 to/from:
- ASCII
- Audio
- File
- Image
- Text
- Video
-
Drag and drop files
-
URL input
- Open the
Base64.html
file in your browser. - To decode Base64, select the decode type from the dropdown menu, paste the Base64 string into the input field, and click the "Decode" button.
- To encode to Base64, select the encode type from the dropdown menu, choose a file or enter a URL, and the Base64 string will be displayed in the output field.
Feel free to contribute to this project by submitting pull requests.
This project is licensed under the MIT License.