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 100100000100000001101011 90406b
EUC-JP 拭k 101111111010000101101011 bfa16b
UTF-8 拭k 11100110100010111010110101101011 e68bad6b
UHC 拭k 111000111101010001101011 e3d46b

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