Base64 Encode and Decode

Convert text to Base64 and back, including the URL-safe form.

An example

Not your input

Text
httpdocs.org
Base64
aHR0cGRvY3Mub3Jn

Decoding runs the same conversion backwards; switch the mode below.

Nothing is stored and nothing leaves this server.

Uses - and _ instead of + and /, and drops the padding. This is what JWTs and most APIs use.