HI,all I create a table under phoenix and upsert somedata. I turn to hbase client and scan the new table. I got data like : column=0:NAME, timestamp=1458028540810, value=\xE5\xB0\x8F\xE6\x98\x8E
I don't know how to decode the value to normal string.what's the codeset?