Break any URL into components: scheme, host, port, path, query, fragment.
A URL (Uniform Resource Locator) consists of several components, each serving a specific purpose when addressing resources on the internet.
URLs often contain special characters encoded as percent signs followed by numbers, such as %20 (space), %D1%8F (Cyrillic), or %2F (slash). This encoding ensures the link works correctly across different systems. To decode them for readability, copy the URL into the field and click the "Decode" button รขยย you will see the original text without the percent codes.
Make sure you are using a valid URL that includes a protocol (e.g., https://). If the link contains spaces or special characters (like Cyrillic letters or emojis), try encoding it first and then opening it. Avoid manually editing the decoded URL รขยย this may break it. If the link still doesn't work, check for extra characters like a hash (#) รขยย these are anchors and do not affect the main address.
Yes, the tool correctly handles URLs containing parameters, anchors, and other components. For example, a link like https://example.com/page?query=search#section will be processed accurately: the parameters and anchor will remain intact, and in the "Decoded" field you will see the readable version. This is useful for debugging links or preparing them for email campaigns where readable URLs are preferred.