I have text on a website that displays like that: o¨
instead of ö
I extracted the text out of the CMS and analysed it's hex values:
- the ö's that are displays correctly have
c3 b6
- UTF-8 - the ö's that are displayed incorrect have
6f cc 88
I couldn't find out what encoding this is. What's a good way to identify the encoding?