Unicode text
UTF-8 text encoded safely as Base64.
Hello, developer tools. 你好,世界。
Encode or decode UTF-8 Base64 locally in your browser with copyable and downloadable output.
This tool runs locally in your browser. Your input is not uploaded.
Run the tool to generate local output.
UTF-8 text encoded safely as Base64.
Hello, developer tools. 你好,世界。
A short Base64 value ready to decode.
TG9jYWwgYnJvd3NlciB0b29scw==
Yes. The tool uses TextEncoder and TextDecoder so non-ASCII text round trips correctly.
This scaffold is text-focused. Binary file handling can be added later with a file-safe UI.