Encode and decode Base64 online for free. Convert text, JSON and data to Base64 or decode Base64 strings back to readable text. Instant, browser-based.
Your data never leaves your browserRelated
Base64 is an encoding scheme that converts binary data to ASCII text. It's used in email attachments, data URLs, API authentication headers and JSON web tokens.
No. Base64 is encoding, not encryption. It's easily reversible and provides no security. Never use Base64 to hide sensitive data.