Base64 Encoder & Decoder

Encode text to Base64 and decode it back, in the standard or URL-safe alphabet, without your text leaving the page.

Nothing leaves your browser: the conversion happens here, in the page.

Base64
UXVhY2t5YXJkIPCfpoY=

14 bytes of UTF-8, written as 20 Base64 characters.

More in the yard