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 100100010100001001001000 914248
EUC-JP 腺H 110000011010001101001000 c1a348
UTF-8 腺H 11101000100001011011101001001000 e885ba48
UHC 腺H 111000001100110101001000 e0cd48

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