Text & Code
URL Encoder / Decoder
Encode and decode URLs with percent-encoding. Parse URLs into components.
Your files stay on your device - processed locally via WebAssembly, never uploaded
Encoding Mode
🔒 All encoding and decoding happens in your browser. Nothing is sent anywhere.
Embed this tool on your website
Copy this code to add the URL Encoder / Decoder to your site for free. It runs entirely in your visitors' browsers - no API key, no usage limits.
<iframe src="https://optipix.art/embed/url-encoder" width="100%" height="600" style="border:1px solid #e4e4e7;border-radius:8px;" title="URL Encoder / Decoder by OptiPix" loading="lazy"></iframe> <p style="font-size:12px">Free tool by <a href="https://optipix.art/url-encoder">OptiPix URL Encoder / Decoder</a></p>
❤️ Love this tool? Support our team.
No ads, no tracking, no limits. Tips keep 104 tools free for everyone.
Secure payment via Stripe · No account needed
About URL Encoder / Decoder
Last updated: May 2026
OptiPix URL 인코더/디코더는 텍스트를 사람이 읽을 수 있는 형식과 퍼센트 인코딩된 URL 형식 간에 변환합니다. encodeURIComponent(기본값), encodeURI 또는 전체 퍼센트 인코딩 모드를 사용하세요. 입력 시 자동 변환을 위해 실시간 모드를 전환하세요. 내장 URL 파서는 프로토콜, 호스트, 포트, 경로, 쿼리 매개변수 및 프래그먼트 등 모든 URL을 구성 요소로 분해하여 URL을 쉽게 검사하고 디버깅할 수 있습니다. 인코딩되거나 디코딩된 텍스트를 한 번의 클릭으로 복사하세요. 쿼리 문자열, API 통합 및 URL 디버깅 작업을 하는 웹 개발자에게 완벽합니다. 모든 작업은 브라우저에서 수행되며 서버로 데이터가 전송되지 않습니다.
How It Works
이 도구는 JavaScript의 내장 encodeURIComponent(), encodeURI(), decodeURIComponent() 함수를 사용하여 표준 인코딩/디코딩을 수행합니다. URL 파서는 URL 생성자를 사용하여 URL을 RFC 3986 구성 요소로 분해합니다.
Use Cases
- •API 요청을 위한 쿼리 매개변수 인코딩
- •디버깅을 위한 퍼센트 인코딩된 URL 디코딩
- •복잡한 URL을 개별 구성 요소 검사를 위해 파싱
- •URL 경로에 안전하게 포함하기 위한 텍스트 준비
- •특수 문자가 있는 URL 쿼리 문자열 디버깅
You Might Also Like
If you find URL Encoder / Decoder useful, check out these related tools: HTML Entity Encoder / Decoder, Base64 Text Encoder / Decoder, and Hash Generator. All tools run entirely in your browser with no uploads or signups required.
Explore more: Browse all tools · Step-by-step guides · Tips & tutorials · Compare tools
Frequently Asked Questions
URL 인코딩이란 무엇인가요?
어떤 인코딩 모드를 사용할 수 있나요?
URL을 구성 요소로 파싱할 수 있나요?
내 데이터가 서버로 전송되나요?
국제 문자를 처리하나요?
Related Tools
HTML Entity Encoder / Decoder
Encode and decode HTML entities. Four encoding modes plus a searchable reference table of 100+ common entities.
Base64 Text Encoder / Decoder
Encode text to Base64 and decode Base64 back to text. URL-safe mode available.
Hash Generator
Generate MD5, SHA-1, SHA-256, SHA-384, and SHA-512 hashes from text or files.
이미지를 Base64로
이미지를 Base64 / Data URI로 인코딩하고 Base64를 다시 이미지로 디코딩합니다 – 즉시, 브라우저에서.