To what bitstring a character(s) is encoded in each character set?

Input one character or short letters and click "Convert."


(UTF-8)
Charset Character Bit string (binary) Bit String (hexadecimal)
ISO-8859-1 ?U 0011111101010101 3f55
SJIS-WIN 成U 100100001010110001010101 90ac55
EUC-JP 成U 110000001010111001010101 c0ae55
UTF-8 成U 11100110100010001001000001010101 e6889055
UHC 成U 111000001111011101010101 e0f755

SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)