UtilitySansar
Encoding

URL Decode

Turn a percent-encoded URL string back into readable text. Useful for inspecting query strings, server logs, or copy-pasted links.

ツール要約

このツールは構造化された入力を受け取り、サーバーへアップロードせずにブラウザで決定的な出力を返します。

ツール名
URL Decode
入力の目的
変換・検証・分析するソースコンテンツを入力してください。
出力の目的
コピー・再利用・デバッグに適した正規化された出力を受け取ります。
入力例
hello%20world%20%26%20friends
出力例
hello world & friends

ツールの紹介

Turn a percent-encoded URL string back into readable text. Useful for inspecting query strings, server logs, or copy-pasted links.

ツール概要

URL decoding reverses percent-encoding: every %XX triple is interpreted as a UTF-8 byte and the result is decoded back to text. This tool wraps decodeURIComponent and surfaces malformed input ("%" without two hex digits, or invalid UTF-8 sequences) as "Invalid URL encoding".

ユースケース

  • Use URL Decode when you need fast decode a percent-encoded url string back to readable text.
  • Handle encoding workflows directly in the browser with no install required.
  • Support SEO long-tail intent by covering quick checks, troubleshooting, and one-off conversions.

入力/出力の例

入力の目的
hello%20world%20%26%20friends
出力の目的
hello world & friends

よくある質問

Why does it say "Invalid URL encoding"?+
The input contains a malformed percent escape — for example, % followed by something other than two hex digits, or a sequence that does not decode to valid UTF-8.
Can it decode whole URLs?+
It decodes any percent-escaped string. If you paste a full URL, structural characters like ?, &, = will be left as-is because they are already valid URL characters.

他のツールを見る

下記の Encoding カテゴリで関連ユーティリティを探す。

Encoding をすべて見る

関連ツール

役に立ちそうな厳選ユーティリティ