Encode and decode Base64, Hex, Binary, Octal, and Base32 instantly. Convert text in your browser with UTF-8 support, copy output, and compare all formats.
Base64 is encoding, not encryption. It provides no security and can be easily decoded by anyone.
Standard Base64 uses + and /, which break URLs. URL-safe Base64 replaces them with - and _.