Base64 Encoder & Decoder
Encode text to Base64 or decode Base64 strings with URL-safe support.
About this Base64 tool
Encode text to Base64 or decode Base64 back to readable text. It is useful for inspecting tokens, small data payloads, examples, and encoded strings in development workflows.
Keep in mind
- Base64 is encoding, not encryption.
- Do not treat decoded secrets as safe just because they were encoded.
- Use it for debugging and formatting, not for security.