URL Encoder / Decoder
Encode or decode URL-encoded (percent-encoded) strings.
Raw text / URL
Encoded output
Output appears here
Common Encodings Reference
␣
%20
&
%26
=
%3D
#
%23
+
%2B
/
%2F
?
%3F
:
%3A
@
%40
Encode text and URLs using percent-encoding (URL encoding) and decode them back. Includes a full URL parser that breaks any URL into its components.
Key Features
Percent Encoding
Encode special characters to their %XX equivalents for safe use in URLs and query strings.
URL Decoder
Decode %XX sequences back to readable characters instantly.
URL Parser
Paste any URL to break it into protocol, host, port, path, query parameters and fragment.
Reference Table
Quick reference for the most common special characters and their encoded forms.
How to Use
- 1Choose Encode or Decode mode.
- 2Type or paste your text — the result appears instantly.
- 3Switch to URL Parser tab to dissect any URL into its components.