URL Decoder Encoder
Mei 06, 2024 • •
The URL Decoder/Encoder functions to convert internet URLs. For example, typing https:// will be converted to https%3A%2F%2F. In the opening URL, :(colon) is changed to %3A, and // (double slash) is changed to %2F%2F.
Besides converting URLs, this Decoder/Encoder can also be used to convert spaces in regular text to be used as URLs in a link.