URL-safe Converter

Quickly toggle between standard Base64 and URL-safe Base64 formats.

Standard
URL-safe
Standard Base64 Input
Loading...
URL-safe Base64 Output
Loading...

What is URL-safe Base64?

Standard Base64 uses + and / which have special meanings in URLs. URL-safe Base64 replaces them with - and _ respectively to prevent encoding issues when used in query parameters.