Hayat ToolKit

Base64 Encoder / Decoder

Encode any text to Base64 or decode a Base64 string back to plain text. Useful for developers, data URLs and simple obfuscation.

How to use

  1. Paste your text or Base64 string.
  2. Choose Encode or Decode.
  3. Copy the result.

Frequently asked questions

Does it support Unicode?

Yes — UTF-8 text including non-Latin characters is handled correctly.

Is my data uploaded?

No — encoding and decoding happen entirely in your browser.

Related tools