Aller au contenu principal
RADIANK
en

(01) — TOOLS

Base64, encode and decode.

UTF-8 text to Base64 and back. URL-safe variant (− and _) without padding. It stays in the tab.

Not a secret: Base64 decodes with no key.

At a glance

(02) — METHOD

Two fields, one alphabet.

01 — Encode

Type on the left. The tool encodes UTF-8 then Base64 (RFC 4648).

02 — Decode

Paste Base64 on the right. Whitespace is ignored. A bad alphabet is flagged.

03 — URL-safe

Swaps + / for − _ and drops = padding. Handy in a query string.

(03) — FAQ

Short answers.

Is this encryption?
No. Base64 is encoding, not protection. Anyone can decode it. Use the password generator for secrets.
Do accents work?
Yes. Text is UTF-8 then Base64. “été” is not treated as Latin-1.
Is anything sent to a server?
No. It stays in the tab.

← All tools