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 ’H’M’H‘®’H’M’H‘®^ 1001001001001000100100100100110110010010010010001001000110101110100100100100100010010010010011011001001001001000100100011010111001011110 9248924d924891ae9248924d924891ae5e
SJIS-WIN ?H?M?H???H?M?H??^ 0011111101001000001111110100110100111111010010000011111100111111001111110100100000111111010011010011111101001000001111110011111101011110 3f483f4d3f483f3f3f483f4d3f483f3f5e
EUC-JP ?H?M?H?®?H?M?H?®^ 001111110100100000111111010011010011111101001000001111111000111110100010111011100011111101001000001111110100110100111111010010000011111110001111101000101110111001011110 3f483f4d3f483f8fa2ee3f483f4d3f483f8fa2ee5e
UTF-8 ’H’M’H‘®’H’M’H‘®^ 110000101001001001001000110000101001001001001101110000101001001001001000110000101001000111000010101011101100001010010010010010001100001010010010010011011100001010010010010010001100001010010001110000101010111001011110 c29248c2924dc29248c291c2aec29248c2924dc29248c291c2ae5e
UHC ?H?M?H?®?H?M?H?®^ 00111111010010000011111101001101001111110100100000111111101000101110011100111111010010000011111101001101001111110100100000111111101000101110011101011110 3f483f4d3f483fa2e73f483f4d3f483fa2e75e

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