テキストをURLエンコード、またはURLエンコードされた文字列をデコード
Our URL encoder/decoder converts text to percent-encoded format suitable for use in URLs and query parameters, or decodes percent-encoded strings back to readable text. URL encoding (percent encoding) replaces unsafe ASCII characters with a '%' followed by two hexadecimal digits, making it an essential tool for web development, API testing, and data processing.
When building web applications, query parameters containing spaces, special characters, or non-ASCII characters must be URL-encoded to be properly transmitted. Our tool handles all character sets including UTF-8, making it ideal for international URLs with Chinese, Japanese, Arabic, or Cyrillic characters. すべてローカル処理 and private.