123024.com · Base64

← Back to all tools

Base64 Encode / Decode

Base64 represents binary data with 64 printable characters. You will see it in email attachments, Data URLs, some HTTP headers, and whenever binary needs to sit safely inside a JSON string. It is not encryption — anyone can decode it, so it is not a secrecy mechanism.