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 100010001010111101101011 88af6b
EUC-JP 葦k 101100001011000101101011 b0b16b
UTF-8 葦k 11101000100100011010011001101011 e891a66b
UHC 葦k 111010101101100001101011 ead86b

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