Four common encoding operations
Encode or decode URL components and encode or decode UTF-8 text with Base64 without switching between separate pages.
Four common codec operations
Encode and decode URL components or Base64 text with full UTF-8 support.
Runs locally in your browserEncode or decode URL components and encode or decode UTF-8 text with Base64 without switching between separate pages.
Choose the operation, paste the source text, run it, then copy the output. Swap the two editors to perform the reverse operation quickly.
URL operations use encodeURIComponent and decodeURIComponent. Base64 conversion uses UTF-8 TextEncoder/TextDecoder-compatible byte handling before browser Base64 functions.
Encode or decode URL components and encode or decode UTF-8 text with Base64 without switching between separate pages.
Choose the operation, paste the source text, run it, then copy the output. Swap the two editors to perform the reverse operation quickly.
The tool runs in your browser. Your selected files, entered content and generated results are not sent to Zituo Tools.