URL Encoder/Decoder
Encode or decode URL components (encodeURIComponent/decodeURIComponent).
Input
Result
—
Tip: To encode a full URL, encode only the query parameter values (not the whole URL) unless you know what you’re doing.
Related tools
URL ParserConverter
Parse a URL into its components and query params.
URL NormalizerConverter
Normalize URLs (trim, lowercase host, remove default ports, etc.).
Querystring ↔ JSONConverter
Convert querystrings to JSON and back.
UTM BuilderConverter
Build URLs with UTM parameters (source, medium, campaign, etc.).
URL Component InspectorNetwork
Deep-inspect URL components: protocol, host, port, path, query params, and fragment.
Text to BinaryEncoding
Convert text to binary representation (8-bit per character) and back.