a11y.skipToMainContent
1

URL 인코더/Decoder

인코딩 또는 디코드 URL 문자열 — 단일 구성 요소 또는 전체 URL — 적절한 퍼센트 인코딩.

More options
Was this tool helpful?
Send output to:
Advertisement

How to use URL Encoder / Decoder

  1. 인코딩 또는 디코드를 선택하십시오.
  2. 구성 요소 모드 (더 많은 인코딩) 또는 풀-URL 모드를 선택합니다.
  3. 텍스트를 붙여서 결과를 복사합니다.

URL 인코딩 / 디코딩은 무엇입니까?

URLs는 한정된 ASCII subset만 포함할 수 있습니다. 특수 문자 (공간, &, =, #, non-ASCII)는 예를 들어, 공백은 %20가 됩니다. 이 도구는 인코딩 및 디코딩을 모두 처리, 전체 URL에 대한 별도의 모드 (사전 ://) 및 쿼리 문자열 구성 요소 (모든 인코딩).

Advertisement

FAQ

구성 요소와 풀-URL 모드의 차이점은 무엇입니까?
구성 요소 모드 (encodeURIComponent) 인코딩 /, ?, &, =, 등 - 쿼리 값에 사용. Full-URL 모드(encodeURI)는 URL 구조를 보존합니다.
민감한 URL을 인코딩하는 것은 안전합니까?
예 - 모든 인코딩 및 디코딩은 브라우저 내에서 발생합니다. 귀하의 URL은 네트워크를 통해 전송되지 않습니다.
전체 URL 대신 하나의 매개 변수를 인코딩 할 수 있습니까?
예. 구성 요소 모드로 전환하거나 URL의 나머지를 터치하지 않고 단일 쿼리 매개 변수 또는 경로 세그먼트를 디코딩합니다.

Related tools

Author

NK
Prof. Noah Klein"The Privacy Guardian"

Cybersecurity Researcher & Privacy Advocate

Professor Klein holds a PhD in Information Security and has testified before EU parliamentary committees on data privacy legislation. He builds encryption tools for journalists, audits web applications for security flaws, and believes that privacy is not a feature but a fundamental right. His research has been cited in Wired, Nature, and The Guardian, and he advises nonprofits on responsible data stewardship.

Advertisement