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’D‘³D’L’D‘³D^ 100100100100110010010010010001001001000110110011010001001001001001001100100100100100010010010001101100110100010001011110 924c924491b344924c924491b3445e
SJIS-WIN ?L?D??D?L?D??D^ 001111110100110000111111010001000011111100111111010001000011111101001100001111110100010000111111001111110100010001011110 3f4c3f443f3f443f4c3f443f3f445e
EUC-JP ?L?D??D?L?D??D^ 001111110100110000111111010001000011111100111111010001000011111101001100001111110100010000111111001111110100010001011110 3f4c3f443f3f443f4c3f443f3f445e
UTF-8 ’L’D‘³D’L’D‘³D^ 1100001010010010010011001100001010010010010001001100001010010001110000101011001101000100110000101001001001001100110000101001001001000100110000101001000111000010101100110100010001011110 c2924cc29244c291c2b344c2924cc29244c291c2b3445e
UHC ?L?D?³D?L?D?³D^ 0011111101001100001111110100010000111111101010011111100001000100001111110100110000111111010001000011111110101001111110000100010001011110 3f4c3f443fa9f8443f4c3f443fa9f8445e

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