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 111001011100101101101011 e5cb6b
EUC-JP 衢k 111010101100110101101011 eacd6b
UTF-8 衢k 11101000101000011010001001101011 e8a1a26b
UHC 衢k 110011111100001101101011 cfc36b

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