Example input
DataHub 数据
DataHub
Tools
Base64 Encoder Decoder
Local-first
Encode text to Base64 or decode Base64 into readable UTF-8 text locally in your browser.
Encode text to Base64 or decode Base64 into readable UTF-8 text locally in your browser.
DataHub 数据RGF0YUh1YiDmlbDmja4=This page uses standard Base64 for UTF-8 text, not Base64URL. Base64 is encoding, not encryption.
RFC 4648 defines the standard and URL-safe alphabets. This tool uses the standard alphabet with UTF-8 text and does not add MIME line wrapping.
Sources checked July 24, 2026. Standards can change; review the source pages before formal integration.
No. The page uses the standard RFC 4648 alphabet with +, /, and optional = padding.
Yes. Text is converted to UTF-8 bytes before Base64 encoding.
No. This workflow is for text, not binary files or complete data URLs.
The input may use Base64URL, contain a data-URL prefix, or have invalid characters or padding.
No. Base64 is reversible encoding, not encryption or hashing.