使用方式
先完成一次順手的操作
- 將 URL、查詢字串或純文字貼入輸入框。
- 選擇編碼或解碼。
- 檢視結果並點擊複製。
將 URL 編碼或解碼,處理中文路徑與特殊符號。 Encode or decode URLs — handles CJK paths and special characters.
來源Source
貼上 URL 或文字,選擇編碼或解碼。 Paste a URL or text, choose Encode or Decode.
貼上文字以開始。Paste a URL to start.
結果Result
結果即時更新,隨時可複製。 The result updates in place and stays ready to copy.
等待轉換Ready for a transform
使用編碼處理特殊符號,或使用解碼還原百分比序列。 Use Encode to escape special characters or Decode to read percent-encoded strings.
貼上含有中文字、空格或特殊符號的 URL,點擊編碼即可取得百分比編碼格式;貼上編碼後的字串,點擊解碼即可還原為可讀文字。 Paste a URL containing CJK characters, spaces, or special symbols, click Encode to get the percent-encoded form; paste an encoded string and click Decode to restore readable text.
encodeURI vs encodeURIComponent:本工具使用 encodeURIComponent,會編碼所有特殊字元(包含 / ? & =),適合編碼單一參數值。若需保留完整 URL 結構,請使用 encodeURI(不在此工具範圍內)。
encodeURI vs encodeURIComponent: This tool uses encodeURIComponent, which encodes all special characters including / ? & =, making it suitable for encoding individual parameter values. To preserve full URL structure, use encodeURI (out of scope for this tool).
常見編碼對照:空格 → %20,& → %26,= → %3D,台 → %E5%8F%B0,北 → %E5%8C%97。波浪號 ~、驚嘆號 !、星號 *、引號 '、括號 ( ) 依 RFC 3986 不編碼。
Common encodings: space → %20, & → %26, = → %3D, 台 → %E5%8F%B0, 北 → %E5%8C%97. Tilde ~, exclamation !, asterisk *, apostrophe ', and parentheses ( ) are not encoded per RFC 3986.
快速導覽
把需要的說明放在工具下方,讓第一次使用與之後回來複用都更順。
英文搜尋: url encode decode、percent encode online、url encoder decoder
使用方式
常見情境
常見問題