Converters

Base64 Encode / Decode

Encode text to Base64 or decode Base64 to text.

Browser-onlyInstant outputLocal data

Encoded output

aGVsbG8=

Decoded output

Input bytes

5

Looks like Base64

No

Status

Input looks like plain text; decode skipped.

Why use this tool

03

Convert between plain text and Base64 directly in the browser.

Base64 Tool makes it easy to inspect or transform encoded strings without leaving the page.

It is useful when working with APIs, tokens, and embedded assets.

How to use

02
01Enter either plain text or a Base64 string.
02Read the encoded and decoded outputs side by side.

Quick checks before you copy

03

Confirm the input is the format you intended.

Scan the result before using it in a document, URL, config, or message.

Copy only the output you need.

FAQ

01
Can I decode invalid Base64?

Invalid inputs return an empty decoded value instead of crashing the page.

Related tools

03
Base64 Encode / Decode — Encode text to Base64 or decode Base64 to text | TOOLGRID