Base64 encoder / decoder

Encode text to Base64 or decode Base64 back to plain text. Runs entirely in your browser.

Common usesBase64 is used to encode binary data as ASCII text — common in API authentication headers (Basic Auth), embedding images in HTML/CSS, encoding JWT tokens, and passing data through systems that only support text.