URL Encoder & Decoder
URL-encode special characters (spaces, symbols, Unicode) or decode percent-encoded URLs back to plain text.
Online URL Encoder & Decoder
Encode special characters, spaces, and Unicode text into safe URL percent-encoding (also called URL escaping). Decode percent-encoded URLs or query strings back to readable text. All encoding and decoding happens instantly in your browser using JavaScript's encodeURIComponent and decodeURIComponent functions.