URL Decoder
Decode percent-encoded URLs back to readable text
URL Decoder Tool
When URLs contain special characters like spaces, &, =, ?, they are encoded as percent-encoded sequences (%20, %26, %3D, %3F). Our URL decoder converts these back to their original readable form.
Common Percent-Encoded Characters
- %20 or + = Space
- %21 = !
- %26 = &
- %3D = =
- %3F = ?
- %2F = /
- %3A = :