URL Encoder/Decoder + HTML EntitiesEncode URLs, decode percent escapes, and escape HTML entities.

Tool
Action
URL scope
Ready. Paste text and choose an action.

Your URL and HTML text is converted in your browser. Nothing is uploaded to BroBroGo.

FAQ

Should I choose URL component or full URL?

Use component for query values, path pieces, or form values. Use full URL when you want to keep characters such as : / ? & = readable.

What does HTML entity escaping change?

It turns characters such as <, >, &, quotes and non-ASCII text into entities that can be pasted safely into HTML text or attributes.

Why does URL decoding sometimes fail?

Percent escapes must be complete UTF-8 sequences. A broken sequence such as %E0%A4%A cannot be decoded without guessing.