URL Encoder / Decoder
URL 编码 / 解码工具

Encode or decode URL percent-encoding. URL 百分号编码与解码,处理特殊字符。

Input / 输入

Output / 输出

Result will appear here... / 结果将显示在此处...

What is URL Encoding? / 什么是 URL 编码?

URL Encoding (percent-encoding) is a mechanism for encoding information in a Uniform Resource Identifier (URI). It replaces unsafe ASCII characters with a "%" followed by two hexadecimal digits.

URL 编码(百分号编码)将特殊字符替换为 `%` 加两位十六进制数。这在 URL 中包含空格、&号和非 ASCII 字符时是必需的。

Related Tools / 相关工具

Try Base64 or JSON Formatter.