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 100100110100100001101011 93486b
EUC-JP 滴k 110001011010100101101011 c5a96b
UTF-8 滴k 11100110101110111011010001101011 e6bbb46b
UHC 滴k 111011101101100101101011 eed96b

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