You cannot "convert" from encoding X to encoding Y without knowing the encoding of X in advance. Just check the header of the HTTP response that it uses (if you get these HTML pages via HTTP), and then use the appropriate encoding in the HTML parser tool.
source
share