Base64 decoder

A Base64 decoder is the counterpart to the encoder, used to reverse the process and convert a Base64 encoded string back into its original binary data. The decoder interprets the Base64 characters and reconstructs the original binary data by converting groups of four characters back into three bytes.

Similar tools

Base64 encoder

Encode any string input to Base64.

239

Popular tools