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 ?H 0011111101001000 3f48
SJIS-WIN 腸H 100100101011000001001000 92b048
EUC-JP 腸H 110001001011001001001000 c4b248
UTF-8 腸H 11101000100001011011100001001000 e885b848
UHC 腸H 111011011111001101001000 edf348

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