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 ?k 0011111101101011 3f6b
SJIS-WIN 逵k 111001111001110001101011 e79c6b
EUC-JP 逵k 111011011111110001101011 edfc6b
UTF-8 逵k 11101001100000001011010101101011 e980b56b
UHC 逵k 110100001011000001101011 d0b06b

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