I am looking for unicode, utf-8 coonversion tools for windows platform, but can't find any on the web.
can anyone direct me to some links?
for example: the "/" character is 47 in decimal, 2F in hex.
it can be represented in UTF-8 format as: 1 byte: still 2F 2 bytes: C0 AF (illegal) 3 bytes: E0 80 AF (illegal)
fook sheng

