The string you are trying to convert is not valid UTF-8. It starts with 0xB4. However, the first byte of an UTF-8 multibyte sequence that represents a non-ASCII character is always in the range 0xC0 to 0xFD.
Have a look at:
http://www.cl.cam.ac.uk/~mgk25/unicode.html#utf-8