I've been trying to find an online converter, or Python3 function, for conversion of email addresses in the html+hex format, such as: %69%6efo ---> info
%69 : i
%6e : n
@ : @
(source: http://www.asciitable.com/)
...and so on..
All the following sites are not converting both hex and html codes combined in the "word":
https://www.motobit.com/util/charset-codepage-conversion.asp
https://www.binaryhexconverter.com/ascii-text-to-binary-converter
https://www.dcode.fr/ascii-code
http://www.unit-conversion.info/texttools/ascii/
https://mothereff.in/binary-ascii
I'd appreciate any recommendations. Txs.