</> hexnook

Base64 Encode & Decode

Convert text or files to and from Base64 — UTF-8 safe, with an optional URL-safe variant.

Text (or drop a file)

Result

Frequently asked questions

Yes. Text is encoded via TextEncoder/TextDecoder before Base64 conversion, so multi-byte UTF-8 characters (accents, Korean, emoji, etc.) round-trip correctly — a naive btoa()/atob() call would corrupt them.