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 ???mz???mzB 0011111100111111001111110110110101111010001111110011111100111111011011010111101001000010 3f3f3f6d7a3f3f3f6d7a42
SJIS-WIN ゙゙mz゙゙mzB 11011110111100111101111111011110011011010111101011011110111100111101111111011110011011010111101001000010 def3dfde6d7adef3dfde6d7a42
EUC-JP ゙?゙mz゙?゙mzB 100011101101111000111111100011101101111001101101011110101000111011011110001111111000111011011110011011010111101001000010 8ede3f8ede6d7a8ede3f8ede6d7a42
UTF-8 ゙゙mz゙゙mzB 1110111110111110100111101110111010001011100100101110111110111110100111100110110101111010111011111011111010011110111011101000101110010010111011111011111010011110011011010111101001000010 efbe9eee8b92efbe9e6d7aefbe9eee8b92efbe9e6d7a42
UHC ???mz???mzB 0011111100111111001111110110110101111010001111110011111100111111011011010111101001000010 3f3f3f6d7a3f3f3f6d7a42

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