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 ?x 0011111101111000 3f78
SJIS-WIN 菅x 100100001001101101111000 909b78
EUC-JP 菅x 101111111111101101111000 bffb78
UTF-8 菅x 11101000100011111000010101111000 e88f8578
UHC 菅x 110011101011100101111000 ceb978

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