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 보기

관련 도구

유용할 수 있는 엄선된 유틸리티