ニュース

This is a simple web-based application that allows users to input a Base64-encoded image string, decode it, display the image on the page, and copy the decoded image to the clipboard. This app uses ...
You can create a release to package software, along with release notes and links to binary files, for other people to use. Learn more about releases in our docs.
Base64 is a binary-to-text encoding scheme used to encode files and images by translating them into a radix-64 representation and presenting binary data in an ASCII string format. It is mainly used ...