It's probably a strange encoding page that has been used (is it in a specific (human) language encoding?). if you're on linux, write file <filename> to find out what encoding it is using. Then you can use iconv or uconv to convert from whatver to UTF-8.
If file does not help, then it will be hard to "guess" the encoding the page is using. I know there are statistical algorithms that do this, but don't know much about them. Try using a hexadecimal file viewer, maybe that will also tell you stuff.
Maybe you can also post a snippet to see what may be going on.
FWIW