MK> The above is the wrong way to handle that. The actual utf-8 code is *not* MK> 0xc3b8 but instead 0x0f8 or U+00F8 depending on your output in any MK> half-decent utf-8 capable application. The little endian hex output MK> should be c3b8 though but that is a limitation imposed by an 8-bit MK> character application including a shell such as bash.