Input
hello
Output
aGVsbG8=
Encoding & Decoding
Encode and decode Base64 in the browser, with standard and URL-safe variants, automatic direction detection, and optional file-to-Base64 conversion. Useful for API debugging and local data prep.
Favorite this tool
No favorite storage mode has been selected.
Quick actions
Copy this tool URL or open the system share sheet on a supported device.
编码加解码
Input
hello
Output
aGVsbG8=
Yes. Choosing a local file reads it and produces a Base64 string. Reading and conversion stay in the browser.
URL-safe Base64 replaces + and / with - and _ and often omits trailing = padding, which is safer in URLs and filenames.
Tools
Continue with another translated tool for a nearby task.
URL Encode/Decode
Percent-encode or decode text with encodeURIComponent or encodeURI. Useful for query values, non-ASCII paths, and API debugging. All processing stays in the browser.
JWT Decoder
Decode a JWT locally to show Header, Payload, and Signature, with algorithm and expiry hints. Useful for auth debugging. The token is not uploaded.