URL 编码

在下方粘贴文本并点击编码进行百分号编码以用于URL。所有处理均在浏览器中本地完成。

已复制!

What is URL Encoding?

URL encoding (percent-encoding) replaces unsafe characters in a URL with a % followed by two hexadecimal digits. For example, a space becomes %20 and & becomes %26.

Standard mode encodes all special characters - use it when encoding a single value (e.g. a search query). Full URL mode preserves URL-structural characters like :, /, ?, # - use it when encoding an entire URL.