URL Encode String

Encode plain text for URLs or decode percent-encoded strings back to readable text.

Last updated: August 2026 | By Workshelve Team

hello%20world%3Fname%3DAda%20Lovelace%26role%3Dengineer

Mode

Encode

Input Characters

43

Output Characters

55

What does URL Encode String do?

It converts reserved or unsafe URL characters into percent-encoded sequences and can decode those sequences back to readable text.

How to use it

1

Choose Encode or Decode.

2

Paste or type your string.

3

Copy or download the converted output.

Notes

This tool uses component-style URL encoding, which is best for query parameter values and path fragments.

Spaces encode as %20. During decode, plus signs are also treated as spaces.

Related Tools