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’L‘®’L‘´‘¹ 100100100100100010010010010011001001000110101110100100100100110010010001101101001001000110111001 9248924c91ae924c91b491b9
SJIS-WIN ?H?L???L?´?? 00111111010010000011111101001100001111110011111100111111010011000011111110000001010011000011111100111111 3f483f4c3f3f3f4c3f814c3f3f
EUC-JP ?H?L?®?L?´?? 001111110100100000111111010011000011111110001111101000101110111000111111010011000011111110100001101011010011111100111111 3f483f4c3f8fa2ee3f4c3fa1ad3f3f
UTF-8 ’H’L‘®’L‘´‘¹ 110000101001001001001000110000101001001001001100110000101001000111000010101011101100001010010010010011001100001010010001110000101011010011000010100100011100001010111001 c29248c2924cc291c2aec2924cc291c2b4c291c2b9
UHC ?H?L?®?L?´?¹ 001111110100100000111111010011000011111110100010111001110011111101001100001111111010001010100101001111111010100111110110 3f483f4c3fa2e73f4c3fa2a53fa9f6

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