Possible Duplicate:
Encoding conversion in java
Actually I need an example, method to convert from cp1251 encoding to utf-8 in Java. For example, I don't have a headache in PHP with this question because of:
iconv($str, "cp1251", "utf-8");
So, may be someone had an experience to make these kind of things in Java, please help. Thx in advance.