Base64 Encoder & Decoder

Encode or decode Base64 strings instantly in your browser. Your data never leaves your device.

Use via API

Encode and decode Base64 programmatically:

curl -H "X-API-Key: YOUR_KEY" -X POST \
  -d '{"input":"Hello World","action":"encode"}' \
  https://api.fengdeagents.site/api/base64

Get a free API key →

About This Tool

This free Base64 encoder and decoder runs entirely client-side using the browser's built-in btoa/atob functions. It supports encoding plain text to Base64 and decoding Base64 back to plain text.

Need programmatic access? Our DevTools API provides Base64 encoding/decoding along with many other developer utilities via a simple REST API with a free tier.

DevTools API · JSON Formatter · UUID Generator · Hash Generator · Password Generator · Timestamp Converter