About Base64 Encoder / Decoder
Base64 is an encoding scheme that converts binary data into ASCII text, commonly used in data URLs, email attachments, JWT tokens, and HTTP Basic Authentication headers. Use this tool to encode plain text or file contents to Base64, or decode a Base64 string back to its original form. All encoding happens in your browser — nothing is sent to a server.