Charcterset conversion: e.g ISO 8859-1 => UTF8

You first use the stringToBytes service using the default encoding i.e ISO 8859-1. Then use the stringToDocument service and specify the encoding as UTF-8. You will get a node which would be in UTF-8

Manohar