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 ?m 0011111101101101 3f6d
SJIS-WIN 絆m 111000110100101001101101 e34a6d
EUC-JP 絆m 111001011010101101101101 e5ab6d
UTF-8 絆m 11100111101101011000011001101101 e7b5866d
UHC 絆m 110110101111010001101101 daf46d

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