← Back to tools

Base64 Encode / Decode

Encode text to Base64 or decode Base64 to text. Supports standard, URL-safe, and hex formats.

SGVsbG8sIFdvcmxkIQ==

Formats

  • Standard Base64 — Uses A-Za-z0-9+/ with = padding
  • URL-safe Base64 — Uses - and _ instead of + and /
  • Hex — Hexadecimal representation of bytes