On a specific webpage, when I hover over a link, I can see the text as “bishop” but when I copy-and-paste the link to TextPad, it shows up as “%62%69%73%68%6F%70”. What kind of code is this, and how can I convert it into text?
Thanks!
On a specific webpage, when I hover over a link, I can see the
Share
URL encoding, I think.
You can decode it here: http://meyerweb.com/eric/tools/dencoder/
Most programming languages will have functions to urlencode/decode too.