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 100100101110010101111000 92e578
EUC-JP 貞x 110001001110011101111000 c4e778
UTF-8 貞x 11101000101100101001111001111000 e8b29e78
UHC 貞x 111011111111011001111000 eff678

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