DataWorkbench
All Tools

History and favorites reset automatically after 30 days of inactivity.

base64 encode decode convert string

Base64 Encode / Decode

Encode text to Base64 or decode Base64 back to the original string. Commonly used for email attachments and API data transfer. Supports Unicode text.

USAGE

3 simple steps

  1. 1Paste the text or Base64 string you want to convert
  2. 2Select Encode or Decode direction
  3. 3Click Convert to see the result

FAQ

Frequently Asked Questions

Q. The decoded output is garbled.

A. This tool interprets data as UTF-8. If the original was encoded in Shift-JIS or another encoding, it cannot be correctly restored.

Q. Can I encode non-ASCII text?

A. Yes. Non-ASCII text is first encoded as UTF-8, then converted to Base64.