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.