Percent-encode text for safe use in URLs and query strings, or decode an encoded URL back to readable text.
Text • percent-encoding
Built on internationally recognised SI and standards-body conversion factors for dependable results.
Results update live as you type, with a clear visual breakdown across every unit at once.
Everything runs in your browser — no account, no uploads, nothing leaves your device.
URL encoding (also called percent-encoding) replaces characters that are unsafe or reserved in a web address with a % followed by their hexadecimal byte value — a space becomes %20, an ampersand becomes %26. It keeps query strings, form data and links valid when they contain spaces, symbols, or non-English characters.
Anyone building links, REST APIs, UTM tracking URLs or web forms needs it constantly. This tool encodes text for safe use inside a URL and decodes percent-encoded URLs back to readable text — instantly and privately in your browser, with nothing uploaded.