SakeTami
Kirill Live
Kirill Live

patreon


Decode and Encode file to base64 converter

"Tuesday JS" and "Fifteen Sliding Puzzle maker" actively use Base64 technology.
To simplify the task, I created a separate converter for files to Base64, with the ability to convert a string back to a binary file.

Additionally, a preview of the file from Base64 is displayed and the data sizes in binary form and in the form of a string.

Base64 is a group of binary-to-text encoding schemes that represent binary data in an ASCII string.  This data can then be added to the body of the document instead of the file address. This can be useful if you do not want to transfer many additional files with your document (usually images and graphics).

Maybe someone will find it useful too.


Play online: https://kirilllive.github.io/tuesday-js/tools/base64_converter.html 



Decode and Encode file to base64 converter

More Creators