Url code convert

instructions
What is URL encoding and why is it necessary?
URL encoding is the process of converting special characters in a URL into a specific format to ensure that these characters are correctly parsed and recognized during URL transmission. Special characters contained in URLs, such as spaces,&= During transmission, these characters may be misunderstood or truncated, so it is necessary to convert them into a standardized format, namely URL encoding format.