URL Encoder / Decoder
Input
Encoded Output
https%3A%2F%2Fexample.com%2Fsearch%3Fq%3Dhello%20world%26lang%3Den%26name%3DJohn%20Doe
🔍 URL Breakdown
Protocol
https:
Host
example.com
Port
default
Path
/search
Query Parameters (3)
| Key | Value |
|---|---|
| q | hello world |
| lang | en |
| name | John Doe |
Common Encoded Characters
Space
%20
!
%21
#
%23
$
%24
&
%26
+
%2B
,
%2C
/
%2F
:
%3A
=
%3D
?
%3F
@
%40