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 111001101101011001101011 e6d66b
EUC-JP 贍k 111011001101100001101011 ecd86b
UTF-8 贍k 11101000101101001000110101101011 e8b48d6b
UHC 贍k 111000001110101101101011 e0eb6b

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