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 ’L’I‘Ÿ‘£’L’I‘Ÿ‘£^ 1001001001001100100100100100100110010001100111111001000110100011100100100100110010010010010010011001000110011111100100011010001101011110 924c9249919f91a3924c9249919f91a35e
SJIS-WIN ?L?I???£?L?I???£^ 00111111010011000011111101001001001111110011111100111111100000011001001000111111010011000011111101001001001111110011111100111111100000011001001001011110 3f4c3f493f3f3f81923f4c3f493f3f3f81925e
EUC-JP ?L?I???£?L?I???£^ 00111111010011000011111101001001001111110011111100111111101000011111001000111111010011000011111101001001001111110011111100111111101000011111001001011110 3f4c3f493f3f3fa1f23f4c3f493f3f3fa1f25e
UTF-8 ’L’I‘Ÿ‘£’L’I‘Ÿ‘£^ 1100001010010010010011001100001010010010010010011100001010010001110000101001111111000010100100011100001010100011110000101001001001001100110000101001001001001001110000101001000111000010100111111100001010010001110000101010001101011110 c2924cc29249c291c29fc291c2a3c2924cc29249c291c29fc291c2a35e
UHC ?L?I?????L?I????^ 0011111101001100001111110100100100111111001111110011111100111111001111110100110000111111010010010011111100111111001111110011111101011110 3f4c3f493f3f3f3f3f4c3f493f3f3f3f5e

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