Developer ToolsAvailable now

Base64 Encode / Decode

Useful for API payloads, tokens, and quick debugging when you need to switch between raw text and Base64.

Encoded or decoded output will appear here.

How to use

  1. Paste the text or Base64 value you want to work with.
  2. Choose encode or decode.
  3. Copy the result for your request, config, or debugging step.

Related Tools

FAQ

Does this support Unicode text?

Yes. It works with regular UTF-8 text.