Developer / Encoding
URL Encoder Decoder
Encode plain text for URLs or decode encoded strings directly in your browser. Encode plain text for URLs or decode encoded strings back into readable text directly in the browser.
encode
Mode
Component
Scope
86
Output chars
+22
Length delta
Loaded starter text
Conversion notes
Component mode is best for query values, titles, and partial strings.
Result
Toolport%20launch%20update%20%2F%20summer%20campaign%3Fref%3Dhome%20banner%26lang%3Dko
Input length
64
Output length
86
URL preview
A valid URL preview will appear here when the input or decoded result looks like a full link.
Why this gets reused
People keep running into encoded URLs, query parameters, and copied strings that need quick cleanup.
Component mode and full URL mode cover the two cases that usually trip people up.
Being able to swap output back into input makes chained cleanup fast instead of annoying.
Strong first-use cases
Encoding titles or filter values before placing them into query strings.
Decoding copied URLs or API parameters to read what they actually contain.
Fixing spaces, symbols, and plus signs in shared links and form values.