Advertisement
Advertisement
πŸ“ Text Tools

URL Encoder / Decoder

Encode text to URL-safe percent encoding, or decode percent-encoded URLs back to readable text. Supports full URL and component encoding.

Advertisement
Result will appear here…

Common Encodings

Space β†’ %20
& β†’ %26
= β†’ %3D
? β†’ %3F
/ β†’ %2F
: β†’ %3A
@ β†’ %40
# β†’ %23
Advertisement