a11y.skipToMainContent
1

URL エンコーダ/デコーダ

URL 文字列をエンコードまたはデコードします。単一のコンポーネントまたはフル URL — は、適切なパーセントエンコーディングを使用します.

More options
Was this tool helpful?
Send output to:
Advertisement

How to use URL Encoder / Decoder

  1. エンコードまたはデコードを選択します.
  2. コンポーネントモード(エンコード)またはフルURLモードを選択します.
  3. テキストを貼り付け、結果をコピーします.

URL エンコーダー / デコーダーとは?

URL は、限られた ASCII サブセットのみを含むことができます。 特別な文字(スペース、&、=、#、非ASCII)はパーセントエンコードされなければなりません。例えば、スペースは%20になります。 このツールは、エンコーディングとデコードの両方を処理します。また、フルURL(https://)とクエリ文字列コンポーネント(すべてのエンコード)の別々のモードで処理します。

Advertisement

FAQ

コンポーネントとフルURLモードの違いは何ですか?
コンポーネントモード (encodeURIComponent) は /, ?, &, = などをエンコードします。 — クエリの値に使用します。 フルURLモード(encodeURI)はURL構造を保存します.
機密URLをエンコードするのは安全ですか?
はい。すべてのエンコーディングとデコードはブラウザ内で行われます。 お使いのURLがネットワーク上で送信されることはありません.
URL全体ではなく1つのパラメータだけをエンコードできますか?
はい。 コンポーネントモードに切り替えて、URLの残りの部分に触れることなく、単一のクエリパラメータまたはパスセグメントをエンコードまたはデコードします.

Related tools

Author

NK
Prof. Noah Klein"The Privacy Guardian"

Cybersecurity Researcher & Privacy Advocate

Professor Klein holds a PhD in Information Security and has testified before EU parliamentary committees on data privacy legislation. He builds encryption tools for journalists, audits web applications for security flaws, and believes that privacy is not a feature but a fundamental right. His research has been cited in Wired, Nature, and The Guardian, and he advises nonprofits on responsible data stewardship.

Advertisement