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 0011111101001011 3f4b
SJIS-WIN 犁K 111000001011001101001011 e0b34b
EUC-JP 犁K 111000001011010101001011 e0b54b
UTF-8 犁K 11100111100010101000000101001011 e78a814b
UHC 犁K 110101111110000001001011 d7e04b

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