UTF-8 aware
The encoder handles regular Unicode text by converting strings through UTF-8 bytes before Base64 output.
Browser-based developer tools
Encode and decode UTF-8 text as Base64 without sending input to a backend.
Reference notes
The encoder handles regular Unicode text by converting strings through UTF-8 bytes before Base64 output.
Base64 appears in tokens, request payloads, basic auth headers and compact transport formats.
Base64 is reversible encoding. Do not treat encoded values as secret or protected data.