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Žú{^ 1001111101101101100011101111101001111101100111110110110110001110111110100111101101011110 9f6d8efa7d9f6d8efa7b5e
SJIS-WIN ?m??}?m??{^ 0011111101101101001111110011111101111101001111110110110100111111001111110111101101011110 3f6d3f3f7d3f6d3f3f7b5e
EUC-JP ?m?ú}?m?ú{^ 001111110110110100111111100011111010101111100010011111010011111101101101001111111000111110101011111000100111101101011110 3f6d3f8fabe27d3f6d3f8fabe27b5e
UTF-8 ŸmŽú}ŸmŽú{^ 1100001010011111011011011100001010001110110000111011101001111101110000101001111101101101110000101000111011000011101110100111101101011110 c29f6dc28ec3ba7dc29f6dc28ec3ba7b5e
UHC ?m??}?m??{^ 0011111101101101001111110011111101111101001111110110110100111111001111110111101101011110 3f6d3f3f7d3f6d3f3f7b5e

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