Base64 Decode

Decode Base64-encoded text back to its original form. Support multiple character sets and line-by-line decoding.

Max 2 MB
File don pass 2 MB limit. Text don pass 2 MB limit. Preview: dem dey show first 500 KB of {0} MB file. Dem go send the full content for formatting.
Abeg provide text to process.
Specify the character set wey dey used during the original encoding. E usually be UTF-8.

Base64 Encoding Explained


Why I need Base64 encoding?

Base64 na encoding scheme used to represent binary data in ASCII format. E dey useful when binary data needs to be transmitted over media wey designed to handle text.

How Base64 encoding dey work?

Bytes wey form the data dey broken into buffers of 24 bits (3 bytes at a time). The resulting buffer na then broken into four 6-bit groups, each translated into a character in the Base64 alphabet.