エンコーダー&暗号化
URLエンコード/デコード
無料のURLエンコーダー&デコーダー。URLの特殊文字をパーセントエンコードしたり、パーセントエンコードされた文字列をデコードしたりできます。ブラウザで実行され、サインアップ不要。
Runs in your browser
編集者注
Understanding · Percent signs, with a purpose.
この詳細な解説章は現在、英語版のみで提供されています。上の変換ツールはあなたの言語で動作しますが、長文の解説記事はまだ翻訳されていません。
よくある質問
Quick answers.
›What's the difference between encodeURI and encodeURIComponent?
encodeURIComponent escapes more characters (like / and ?), making it safe for query string values. We use it by default — the right choice for most cases.
›When do I need URL encoding?
Any time you put special characters (spaces, &, ?, #, accented letters) in a URL — query strings, path segments, fragments, anywhere.
›Are spaces encoded as %20 or +?
Both work. We use %20 by default (RFC 3986). + is only safe in query strings and is form-encoding, not URL-encoding.
›Is my input sent anywhere?
No — runs entirely in your browser.
›Is the tool free?
Yes — fully free, no signup.
他の人はこちらも検索しています
関連記事
ブログから。(3)
Use with
What people reach for next.
関連ツール