How to use
Run a clean first pass
- Paste a URL, query string, or plain text into the input panel.
- Choose Encode or Decode depending on your need.
- Review the result and click Copy.
將 URL 編碼或解碼,處理中文路徑與特殊符號。 Encode or decode URLs — handles CJK paths and special characters. URL をエンコード/デコード。CJK のパスや特殊文字にも対応します。
來源Source入力
貼上 URL 或文字,選擇編碼或解碼。 Paste a URL or text, choose Encode or Decode. URL またはテキストを貼り付け、エンコードかデコードを選びます。
貼上文字以開始。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. 日本語・中国語などの文字、空白、特殊記号を含む URL を貼り付けて「エンコード」を押すとパーセントエンコード形式が得られます。エンコード済みの文字列を貼り付けて「デコード」を押すと読める文字に戻せます。
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).
encodeURI と encodeURIComponent:本ツールは encodeURIComponent を使用し、/ ? & = を含むすべての特殊文字をエンコードするため、個々のパラメータ値のエンコードに適しています。URL 構造全体を保ちたい場合は encodeURI を使ってください(本ツールの対象外です)。
常見編碼對照:空格 → %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.
よく使うエンコード対応:空白 → %20、& → %26、= → %3D、台 → %E5%8F%B0、北 → %E5%8C%97。チルダ ~、感嘆符 !、アスタリスク *、アポストロフィ '、丸括弧 ( ) は RFC 3986 によりエンコードされません。
Quick guide
Compact below-tool notes that help first-run users and repeated visitors move faster without changing the main interface.
Chinese search: URL 編碼器、URL 解碼器、網址編碼 線上、百分比編碼
Japanese search: URL エンコード、URL デコード、パーセントエンコード、URL 変換、urlencode 日本語
How to use
Examples
FAQ
encodeURIComponent encodes all special characters including / ? & =, suitable for single parameter values; encodeURI preserves URL structure characters. This tool uses encodeURIComponent.
No. All encoding and decoding happen locally in the browser.