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@??M@B 001111110011111101001101010000000011111100111111010011010100000001000010 3f3f4d403f3f4d4042
SJIS-WIN 駭?M@駭?M@B 1110100101101110001111110100110101000000111010010110111000111111010011010100000001000010 e96e3f4d40e96e3f4d4042
EUC-JP 駭?M@駭?M@B 1111000111001111001111110100110101000000111100011100111100111111010011010100000001000010 f1cf3f4d40f1cf3f4d4042
UTF-8 駭쿍M@駭쿍M@B 1110100110100111101011011110110010111111100011010100110101000000111010011010011110101101111011001011111110001101010011010100000001000010 e9a7adecbf8d4d40e9a7adecbf8d4d4042
UHC 駭쿍M@駭쿍M@B 11111010101101001011001101000010010011010100000011111010101101001011001101000010010011010100000001000010 fab4b3424d40fab4b3424d4042

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