Monu Tools

URL Encoder / Decoder

Percent-encode and decode URLs and URL components, UTF-8 safe.

How to use the URL Encoder

  1. 01

    Paste your text or URL.

  2. 02

    Choose encode or decode, and component or full-URL scope.

  3. 03

    Copy the result.

Frequently asked questions

Component vs full URL?

'Component' (encodeURIComponent) escapes reserved characters like & = ? / for query values. 'Full URL' (encodeURI) preserves the URL structure.

Why did decoding fail?

Malformed percent-sequences (like a lone %) can't be decoded. Check the input or re-encode it first.

About this tool

A URL encoder and decoder built on the browser's standard encodeURIComponent / encodeURI functions, so results match what your code produces.

Switch between component and full-URL scope, encode or decode — UTF-8 safe and client-side.

Related tools

We use essential cookies to run the site. With your consent we also load Google AdSense, which sets advertising cookies. See our privacy policy.