Type or paste your content in the text area above, or drag and drop a file to decode base64 data.
Example
Character Count
Base64 Decode
Base64 encoding is a way to represent binary data in a plain text fashion by converting it into characters that can be typed using a standard ASCII character set. For data that may include values that are not represented on a keyboard, base 64 encoding allows that data to be typed with only standard keyboard characters.
Why would I need a base64 decoder
There are a number of reasons why a base64 decoder may be useful, including:
Reading content that is base64 encoded for transfer over the Internet
As an intermediate step to converting data into another format