HexShift
Base64 encoder / decoder — URL-safe capable
Encode
Decode
Auto
⇄ Swap
Clear
|
URL-safe
Strip padding (=)
|
Paste
Copy
Download
Input
Paste text or Base64 here
Output
Result will appear here
Encode
turns your text into Base64. Enable
URL-safe
to replace
+
and
/
with
-
and
_
.
Decode
accepts both standard and URL-safe Base64; whitespace is ignored and padding is fixed automatically.
Auto
tries to decode; if that fails, it encodes.
Strip padding
removes trailing
=
signs (useful for URLs).