Our website uses necessary cookies to enable basic functions and optional cookies to help us to enhance your user experience. Learn more about our cookie policy by clicking "Learn More".
Accept All Only Necessary Cookies
URL Decoder icon

URL Decoder


CGSTUDIO
1.4
  • Oct 14, 2025
    Update date
  • Security
  • Everyone
  • Android 6.0+
    Android OS

About URL Decoder

URL Decoder is a tool for decrypting URLs.

URL encoding, also known as "percentage encoding", is a

mechanism for encoding information in a single resource identifier (URI).

Although it is known as URL encoding, it is actually used more generally

within the core Single Resource Identifier (URI), which includes

both a single resource locator (URL) and a single resource name (URN).

Thus, it is also used when preparing data of the type

"application/x-www-form-urlencoded", as it is often used when

presenting HTML form data in HTTP requests.

What is URL decoding and why is it required?

URL decoding is the reverse process of URL encoding.It

is used to analyze query strings or path parameters

passed in the URL.It is also used to decode

HTML form parameters, which are presented in MIME format with

the application/XWW-FORM-URLENCODE

URLs, as you may know, can only contain a limited

set of characters from the US-ASCII character set.These characters include

alphabets (A-z a-z), numbers (0-9), hyphen (-), underscore (_), tilde (~) and

Any character outside this allowed set is encoded

using URL encoding or percentage encoding.

This is why it becomes necessary to decode the query strings

or path parameters passed to the URL in order to get the actual values.

A good example of where this might be needed. Let's

say you need to pass another url as a parameter in the url. You can't substitute this url directly, that's

where url encoding comes to the rescue.

// http%3A%2F%2Fexample.com%2Findex-2.php

$url = urlencode( 'http://example.com/index-2.php' );

// http://example.com/index.php?url=http%3A%2F%2Fexample.com%2Findex-2.php

echo 'http://example.com/index.php?url=' . $url;

Show More

Additional APP Information

Latest Version

1.4

Uploaded by

اللاوي اللاوي

Requires Android

Android 6.0+

License Required

Content Rating

Everyone

Security Report

What's New in the Latest Version 1.4

Last updated on Oct 14, 2025

Minor bug fixes and improvements. Install or update to the newest version to check it out!

Show More
Security Check Completed
No Virus
No Spyware
No Malware
No Virus
No Spyware
No Malware
Package Name:com.cgstudio.urldecoder
SHA-256:980c4c7ac1acd1255699caf49b11a00c05f79e8a04cb5a36f40f84901eb28e41
SHA-1:cad763a4dec25da8235840433039f7efb1312899
Show More
Verified by: APKPURE

URL Decoder Screenshots

URL Decoder posterURL Decoder screenshot 1URL Decoder screenshot 2URL Decoder screenshot 3URL Decoder screenshot 4URL Decoder screenshot 5URL Decoder screenshot 6URL Decoder screenshot 7

Related Tags

Popular Articles In Last 24 Hours

Subscribe to APKPure
Be the first to get access to the early release, news, and guides of the best Android games and apps.
No thanks
Sign Up
Subscribed Successfully!
You're now subscribed to APKPure.