Encoding
Base64 Encode
Encode plain text into Base64.
Turn a percent-encoded URL string back into readable text. Useful for inspecting query strings, server logs, or copy-pasted links.
此工具接收结构化输入,在浏览器中返回确定性输出,无需上传到服务器。
Turn a percent-encoded URL string back into readable text. Useful for inspecting query strings, server logs, or copy-pasted links.
URL decoding reverses percent-encoding: every %XX triple is interpreted as a UTF-8 byte and the result is decoded back to text. This tool wraps decodeURIComponent and surfaces malformed input ("%" without two hex digits, or invalid UTF-8 sequences) as "Invalid URL encoding".
hello%20world%20%26%20friends
hello world & friends
在下方的 Encoding 分类中发现相关工具。
精选可能对你有用的实用工具