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 100011110111101101101011 8f7b6b
EUC-JP 旬k 101111011101110001101011 bddc6b
UTF-8 旬k 11100110100101111010110001101011 e697ac6b
UHC 旬k 111000101110001001101011 e2e26b

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