Base64 / URL

Encode and decode Base64 and URL-safe percent encoding.

Plain text
Encoded (Base64)

Modes

  • Base64 — standard RFC 4648 with + / / and = padding.
  • Base64 URL — URL-safe variant: - / _, no padding.
  • URL percentencodeURIComponent / decodeURIComponent.