🌐
URL Encode
urlencoder.org
URL Encode and Decode - Online
Encode to URL-encoded format or decode from it with various advanced options. Our site has an easy to use online tool to convert your data.
🌐
URL Encode Decode
url-encode-decode.com
URL Encode Decode - URL Percent Encoding and Decoding.
For example, the string: François ,would be encoded as: François (The "ç" is encoded in UTF-8 as two bytes C3 (hex) and A7 (hex), which are then written as the three characters "�" and "�" respectively.) This can make a URI rather long (up to 9 ASCII characters for a single Unicode character), but the intention is that browsers only need to display the decoded form, and many protocols can send UTF-8 without the %HH escaping.
🌐
URL Encoder
urlencoder.io
URL Encode Online - URLEncoder
URL encoding, also known as percent encoding, is a way to encode or escape reserved, unprintable, or non-ASCII characters in URLs to a safe and secure format that can be transmitted over the internet. It is also used in preparing data for submitting HTML forms with content-type application/x-www-form-urlencoded. URL Encoding works like this - it first converts the character to one or more bytes.
🌐
Utilities and Tools
utilities-online.info › urlencode
url escape/unescape
The decoding of the URL “https://www.utilities-online.info/” will become: ... The tool provides some unique options to reverse encode or decode the output result. Once you are done with the character encoding, these features help you to share and save the file in .TXT format. View a reference table of ASCII characters and their corresponding codes. Convert ...
🌐
W3Schools
w3schools.com › tags › ref_urlencode.ASP
HTML URL Encoding Reference
Since URLs often contain characters outside the ASCII set, the URL has to be converted into a valid ASCII format.
🌐
Online Text Tools
onlinetexttools.com › url-encode-text
URL-encode Text – Online Text Tools
Super simple, free and fast browser-based utility for URL-escaping text. Just paste your text and it'll instantly get URL-encoded. Textabulous!
🌐
Jam
jam.dev › utilities › url-encoder
URL encoder/decoder | Free, Open Source & Ad-free
Easily encode and decode URLs online with Jam's free tool. Handle special characters, spaces, and non-ASCII symbols in web addresses and query strings efficiently.
🌐
OpenText
docs.microfocus.com › OMi › 10.62 › Content › OMi › ExtGuide › ExtApps › URL_encoding.htm
URL escape codes
If you must escape a character in a string literal, you must use the dollar sign ($) instead of percent (%); for example, use query=title EQ "$3CMy title$3E" instead of query=title EQ '<My title>'. You can use the following characters or strings to represent white space in the query portion ...
🌐
Eric Meyer
meyerweb.com › eric › tools › dencoder
URL Decoder/Encoder
The URL Decoder/Encoder is licensed under a Creative Commons Attribution-ShareAlike 2.0 License · This tool is provided without warranty, guarantee, or much in the way of explanation. Note that use of this tool may or may not crash your browser, lock up your machine, erase your hard drive, ...
Find elsewhere
🌐
FusionAuth
fusionauth.io › docs › dev-tools › url-encoder-decoder
URL Encoder/Decoder | FusionAuth Docs
The tool first converts each reserved, unprintable, or non-ASCII character to one or more bytes. Then each byte is represented by two hexadecimal digits preceded by a percent sign (%) - (e.g. .). That gives us the URL encoded value. The percent sign is used as an escape character.
🌐
Browserling
browserling.com › tools › url-encode
URL Encoder - URL Escaper - Online - Browserling Web Developer Tools
Useful, free online tool for that encodes and escapes special characters in URLs and converts them to safe strings.
🌐
URL Encode
urlencoder.org › enc › escape
URL Encoding of "escape" - Online
Encode escape to URL-encoded format with various advanced options. Our site has an easy to use online tool to convert your data.
🌐
Whiz
whiz.tools › en › development › escape-url-string
URL Encoder: Escape Special Characters in URLs Online Free | Whiz.tools
Free URL string escaper tool to encode special characters instantly. Convert spaces, Unicode, and symbols to percent-encoded format. Perfect for APIs, web forms, and international URLs. Try now!
🌐
Urlencoder
urlencoder.net
URL Encode and Decode - Online Tool
Our online URL encoder tool transforms regular, readable characters in a URL into their corresponding ASCII code. This process is known as URL encoding and it helps to ensure that the URL is properly formatted and can be transmitted over the internet.
🌐
Google
developers.google.com › google maps platform › url encoding
URL Encoding | Google Maps Platform | Google for Developers
All characters to be URL-encoded are encoded using a '%' character and a two-character hex value corresponding to their UTF-8 character. For example, 上海+中國 in UTF-8 would be URL-encoded as 上海+中國. The string ? and the Mysterians would be URL-encoded as ?+and+the+Mysterians or ? and the Mysterians. ... Converting a URL that you receive from user input is sometimes tricky.
🌐
Testsigma
testsigma.com › home › free tools › url encoder
Free Online URL Encoder & Decoder Tool
Quickly encode or decode URLs with our free online tool. Supports UTF-8, full percent-encoding, safe for query strings and data submission. Built by Testsigma.
🌐
We Rock Your Web
werockyourweb.com › home › web development
A Complete Guide To URL Escape Characters | We Rock Your Web
June 13, 2025 - It’s powerful and efficient, and compatible with Windows operating systems. It works with all documents, not just web page files. With it, you can change or update multiple web pages/files at once, including multiple instances of URL escape characters.
🌐
Teleport
goteleport.com › home › resources › tools › url encoder | instant text to url-safe format
URL Encoder | Instant Text to URL-Safe Format | Teleport
Most programming languages offer built-in functions for URL encoding, simplifying this process within your code. In JavaScript, the encodeURIComponent() function is widely used and reliable. This function replaces certain characters with escape ...
🌐
Online String Tools
onlinestringtools.com › url-encode-string
URL-encode a String – Online String Tools
Free online string URL-encoder. Just load your string and it will automatically get URL-escaped. There are no intrusive ads, popups or nonsense, just a string URL-escaper. Load a string, get a URL-encoded string.