Encode text to Base64 or decode Base64 back to text, locally in your browser.
Runs entirely in your browser — nothing you enter is uploaded or stored.
Base64 encoding represents binary or text data as ASCII characters — used in data URIs, JWTs, email attachments and APIs. This tool encodes text to Base64 and decodes Base64 back to text (UTF-8 safe), entirely in your browser.