Base64 Decode is easy to use tool to decode base64 data to plain text. Copy, Paste and Decode.
Base64 is the numeral system of base-64 which uses 64 digit set and can be represented by 6 bits.
Base64 is a group of similar binary-to-text encoding schemes that represent binary data in an ASCII string format by translating it into a radix-64 representation.
Base64 is used to encode binary data in email messages and web pages, for example. It is also used to transmit binary files through channels that are not 8-bit clean, or without the need to worry about byte order issues.
To learn more about Base64, please visit Base64 Wikipedia page.
Base64 Encoded Text
QWpheQ==
Output: Base64 Decoded text
Ajay