Well you have StrConv to convert normal to utf (vbUnicode) and utf to normal (vbFromUnicode)
By API you have MultiByteToWideChar and WideCharToMultiByte but i dont know how to use it (I tried but... its strange xD)
And to read XML nodes, well... use a XML engine, or read as a text :3