Base64 Encoder / Decoder
Encode or decode Base64 strings in real-time
Encode or decode Base64 strings in real-time
A-Z a-z 0-9 + / =A-Z a-z 0-9 - _Base64 encoding increases data size by ~33%. URL-safe mode replaces + with - and / with _, and removes padding (=).