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’U’O’Y’P‘»nB 1001001001001100100100100101010110010010010011111001001001011001100100100101000010010001101110110110111001000010 924c9255924f9259925091bb6e42
SJIS-WIN ?L?U?O?Y?P??nB 0011111101001100001111110101010100111111010011110011111101011001001111110101000000111111001111110110111001000010 3f4c3f553f4f3f593f503f3f6e42
EUC-JP ?L?U?O?Y?P??nB 0011111101001100001111110101010100111111010011110011111101011001001111110101000000111111001111110110111001000010 3f4c3f553f4f3f593f503f3f6e42
UTF-8 ’L’U’O’Y’P‘»nB 110000101001001001001100110000101001001001010101110000101001001001001111110000101001001001011001110000101001001001010000110000101001000111000010101110110110111001000010 c2924cc29255c2924fc29259c29250c291c2bb6e42
UHC ?L?U?O?Y?P??nB 0011111101001100001111110101010100111111010011110011111101011001001111110101000000111111001111110110111001000010 3f4c3f553f4f3f593f503f3f6e42

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