File to Base64
You select a file from your computer. The tool reads the entire file into memory, converts three bytes at a time into four 6-bit values, and maps those values to the Base64 alphabet. It adds '=' padding so the result length is a multiple of 4. The resulting string is shown in a text box for copying.