URL 인코딩 / 디코딩 온라인 도구

Free 무료 · 가입 불필요 · 데이터 저장 안 함
Error
PLAIN TEXT
ENCODED
// output

더 많은 개발 도구

Base64
인코딩/디코딩
정규식
실시간 테스트
해시 생성기
MD5/SHA-256
JWT 디코더
토큰 확인
HMAC 생성기
HMAC-SHA256
타임스탬프
Unix ↔ 날짜
QR 코드
생성
JSON 포매터
형식화·검증·압축

왜 이것이 최고의 URL 인코더 & 디코더인가

퍼센트 인코딩

Encode special characters in URLs using percent-encoding (e.g. space becomes %20). Essential for building valid HTTP requests.

Full URL & Component Modes

Choose between encoding a full URL (preserving slashes and colons) or encoding a URL component (encodes everything except unreserved chars).

즉시 디코딩

Paste any percent-encoded URL string and decode it back to human-readable form instantly.

Copy & Paste Ready

One-click copy of encoded or decoded output for immediate use in code, curl commands, or API testing.

자주 묻는 질문

What is URL encoding?

URL encoding converts special characters into a percent-encoded format (e.g. space → %20, & → %26) so they can be safely transmitted in URLs without breaking their structure.

When should I URL-encode a string?

Encode query parameter values, form data, and path segments before including them in a URL. For example, if a username contains an @ symbol, it must be encoded as %40.

What is the difference between encodeURI and encodeURIComponent?

encodeURI preserves characters like / : ? & = that have special meaning in URLs. encodeURIComponent encodes everything except letters, digits, and - _ . ~ — use it for individual parameter values.

심층 가이드
개발자 필수 도구 가이드
정규식, Cron, 타임스탬프, URL 등
가이드 읽기