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‘´}’L‘´{^ 1001001001001100100100011011010001111101100100100100110010010001101101000111101101011110 924c91b47d924c91b47b5e
SJIS-WIN ?L?´}?L?´{^ 00111111010011000011111110000001010011000111110100111111010011000011111110000001010011000111101101011110 3f4c3f814c7d3f4c3f814c7b5e
EUC-JP ?L?´}?L?´{^ 00111111010011000011111110100001101011010111110100111111010011000011111110100001101011010111101101011110 3f4c3fa1ad7d3f4c3fa1ad7b5e
UTF-8 ’L‘´}’L‘´{^ 1100001010010010010011001100001010010001110000101011010001111101110000101001001001001100110000101001000111000010101101000111101101011110 c2924cc291c2b47dc2924cc291c2b47b5e
UHC ?L?´}?L?´{^ 00111111010011000011111110100010101001010111110100111111010011000011111110100010101001010111101101011110 3f4c3fa2a57d3f4c3fa2a57b5e

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