DevTools Web

Base64 Encode / Decode Tool

Encode and decode Base64 strings instantly. Useful for APIs, tokens, and embedding binary data in text formats.

What is Base64?

Base64 is an encoding method that converts binary data into text format.

Use Cases

  • Embedding images in HTML
  • Sending data in APIs
  • Encoding tokens

PHP Example

base64_encode("Hello");