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ƒŸDMƒŸD^ 1000000101001101100000111001111101000100100000010100110110000011100111110100010001011110 814d839f44814d839f445e
SJIS-WIN ?M??D?M??D^ 0011111101001101001111110011111101000100001111110100110100111111001111110100010001011110 3f4d3f3f443f4d3f3f445e
EUC-JP ?M??D?M??D^ 0011111101001101001111110011111101000100001111110100110100111111001111110100010001011110 3f4d3f3f443f4d3f3f445e
UTF-8 MƒŸDMƒŸD^ 1100001010000001010011011100001010000011110000101001111101000100110000101000000101001101110000101000001111000010100111110100010001011110 c2814dc283c29f44c2814dc283c29f445e
UHC ?M??D?M??D^ 0011111101001101001111110011111101000100001111110100110100111111001111110100010001011110 3f4d3f3f443f4d3f3f445e

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