DevBox Fast developer utilities, no signup

New: a URL encoder/decoder that gets Component vs. Full URL right

· DevBox

Most URL encoders online only offer one button, usually wired to encodeURIComponent, and call it a day. That’s correct for encoding a single query value — but run a whole link through it and it mangles the :// and every & in the process, turning a working URL into a broken string. Our URL Encoder/Decoder keeps the two jobs separate on purpose.

Try it with a real link that has a query string, and watch Component and Full URL mode produce genuinely different — both correct — results. If you build tools or docs, it’s also embeddable with one iframe.

Share this result