Base64 decoder
Turn a Base64 string back into readable text. The decoder accepts both standard and URL-safe Base64, fixes missing padding for you, and decodes the bytes as UTF-8 — all in your browser, with nothing uploaded.
To encode in the first place, use the Base64 encoder.