URLエンコーダー/デコーダー

URLをエンコードまたはエンコードされたURLをデコードします。UTF-8を含むすべての文字をサポートします。

入力

エンコードまたはデコードするテキストを入力してください。

What is URL Encoding?

URL Encoding converts unsafe characters into a format that can be safely transmitted over the Internet. Spaces become %20, and non-ASCII characters are converted to UTF-8 bytes.

This tool uses the built-in encodeURIComponent/decodeURIComponent functions. All processing is done in your browser.