Tarayıcınız güncel değil

Bu siteyi görüntülemek için tarayıcınızın veya cihazınızın işletim sisteminin güncellenmesi gerekiyor.

Your browser is out of date. Please update iOS or your browser to view this site.

gizke.com

URL Encoder & Parser

Encode or decode URLs and query strings, or parse a full URL into its parts and edit the query string in a live table - entirely in your browser.

Everything happens on your own device. Nothing you type or paste is ever sent anywhere.
Escapes every reserved character. Use this for a single value going into a query string or path segment.

The result will appear here

A URL can only safely contain a limited set of ASCII characters - anything else, like a space, an ampersand, or a non-Latin letter, has to be percent-encoded as %XX before it can travel inside one. This tool encodes and decodes text using the same rules browsers use, and separately parses a full URL into its protocol, host, port, path, query string, and hash, so you can edit the query parameters in a table and watch the URL rebuild itself live. Everything runs locally in your browser - nothing is ever uploaded.

Frequently asked questions