URL Encoder/Decoder
Encode special characters for URLs or decode percent-encoded strings.
URLencodedecodepercent encodingURI
Output will appear here...Common URL Encodings
␣
%20 (or + in querystrings)
&
%26
=
%3D
?
%3F
#
%23
/
%2F
@
%40
URL encoding
Converts unsafe characters to %XX sequences.
Use cases
Query params, form submissions, APIs, i18n URLs.
Tip
Use encodeURIComponent for individual values.
Frequently Asked Questions
Quick answers about usage, privacy, and best practices.
Privacy: Everything runs locally in your browser. No data is sent to a server.
Related Tools
View AllBase64 Encoder/Decoder
Encode text to Base64 or decode Base64 strings back to plain text.
HTML Encoder/Decoder
Encode text to HTML entities or decode HTML entities back to plain text. Handles < > & " and more.
JSON Formatter & Validator
Format, validate, and beautify JSON with error detection.
Privacy First: This tool runs entirely in your browser. No data is sent to any server.