URL Encode / Decode
Instantly convert plain text and URL components
Text Converter
URL Encode / Decode
Paste plain text or a URL and switch between encode and decode instantly.
0 chars
0 chars
Character Mapping Guide
Space%20
!%21
#%23
$%24
&%26
'%27
(%28
)%29
*%2A
+%2B
,%2C
/%2F
:%3A
;%3B
=%3D
?%3F
@%40
[%5B
]%5D
%7B
%7D
|%7C
Multibyte characters (Japanese, emoji, etc.) are encoded as multiple %XX sequences.
The conversion runs in your browser and nothing is uploaded.
URLエンコード / デコードで出来る事 About URL Encode / Decode
このツールは、URL全体ではなく URL の一部として扱いたい文字列を安全に変換したい場面に向いています。検索語句に空白や日本語が含まれると、そのままではURLパラメータとして壊れることがあります。そこで `encodeURIComponent` を使うと、空白は `%20`、日本語はUTF-8ベースのパーセント表現へ変換され、ブラウザ・API・外部サービス間で誤解なく受け渡せます。
逆に、メールやアクセスログ、広告計測URL、Webhookの履歴などに含まれる `%E3%81%82` のような文字列を読める形へ戻したいときはデコードが便利です。特殊文字対応表を参考にしながら、エンコード前後の形式を比較できます。
入力と同時に結果が更新されるため、エンコード後にどの記号がどう表現されるかを学習できます。処理は完全にクライアントサイドで行われるため、機密情報を含むURLパラメータの確認にも向いています。結果の文字数も表示されるため、入出力のサイズ変化を把握できます。
This tool is designed for cases where you need to encode a value that will be used as part of a URL rather than rewriting a full web address. Search keywords, campaign labels, file names, user-entered Japanese text, and values copied from spreadsheets often contain spaces or reserved symbols that should not be pasted directly into a query string. By applying `encodeURIComponent`, the value becomes safe to embed in links, API requests, redirects, and browser-based automation.
The decode mode is equally useful when you receive percent-encoded data in analytics exports, server logs, webhook payloads, support tickets, or third-party dashboards and want to inspect the human-readable text immediately. You can refer to the character mapping guide to understand how special characters are transformed. Because the result updates as you type, the tool works well for learning how reserved characters are encoded and decoded.
Everything runs locally in the browser, which helps when you need to inspect sensitive parameters without uploading them anywhere. The tool also displays both input and output character counts, making it easy to understand the impact of encoding on string length.
URLエンコード / デコードの使い方 How to use URL Encode / Decode
- 入力欄にURLパラメータへ入れたい文字列、または `%` 形式で表現された文字列を貼り付けます。
- 上部の切り替えボタンで「エンコード」または「デコード」を選ぶと、結果欄がすぐに更新されます。
- 結果を確認してコピーし、そのままAPIテスト、共有リンク作成、ログ確認、CMS入力などへ使えます。
- Paste plain text that you want to place in a URL parameter, or paste an already percent-encoded string into the input area.
- Choose Encode or Decode from the mode switcher at the top, and the output updates immediately as you type.
- Review the converted text, copy it, and use it in API tests, shared links, log inspection, CMS fields, or automation steps.
URLエンコード / デコードを使うメリット Benefits of URL Encode / Decode
- サーバー送信なしで、URLパラメータや日本語文字列の変換を安全に確認できます。機密情報の確認に最適です。
- エンコードとデコードを同じ画面で切り替えられるため、デバッグと学習の両方に向いています。
- 特殊文字対応表で%記号の意味を一覧で確認でき、入出力の文字数表示で変換前後のサイズ変化を把握できます。
- 壊れた `%` 記法を含む入力ではエラーを表示するため、誤ったURL文字列にも気づきやすくなります。
- You can safely inspect URL parameters and multilingual text locally without sending anything to a backend, making it ideal for sensitive data.
- Encode and decode live in the same screen, which makes the tool convenient for both debugging and quick verification.
- The character mapping guide shows you all special characters and their percent-encoded equivalents. Both input and output character counts help you understand the impact of encoding.
- Malformed percent-encoded input shows an error immediately, helping you catch broken URL data before reuse.
他のカテゴリ Other Categories
Developer Tools の人気ツール TOP 10 Popular Developer Tools Tools TOP 10
Developer Tools のすべてのツール (43件) All Developer Tools Tools (43)
該当するツールが見つかりませんでした No matching tools found