Loading…
Guide
Useful for API fields, Data URI fragments, and byte representations. Base64 is an encoding, not encryption, and should not be treated as a secrecy mechanism.
Updated 2026-09-071 min read
For example, encode a UTF-8 phrase to Base64 or decode a received Base64 string back to text.
Text and files are encoded or decoded locally in the browser by default.
Updated 2026-09-07
Encode and decode text and files as Base64, with Unicode and URL-safe variants