Back to Tools
URL Encoder / Decoder
Encode or decode URL components and full URLs
encodeURIComponent — Encodes special chars including :, /, ?, &, =, #
Common Encodings:
Space → %20
! → %21
# → %23
& → %26
= → %3D
? → %3F
Search for a command to run...
encodeURIComponent — Encodes special chars including :, /, ?, &, =, #