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’Ln}’L’Ln{^ 1100001010010010010011001100001010010010010011000110111001111101110000101001001001001100110000101001001001001100011011100111101101011110 c2924cc2924c6e7dc2924cc2924c6e7b5e
SJIS-WIN ??L??Ln}??L??Ln{^ 0011111100111111010011000011111100111111010011000110111001111101001111110011111101001100001111110011111101001100011011100111101101011110 3f3f4c3f3f4c6e7d3f3f4c3f3f4c6e7b5e
EUC-JP Â?LÂ?Ln}Â?LÂ?Ln{^ 10001111101010101010010000111111010011001000111110101010101001000011111101001100011011100111110110001111101010101010010000111111010011001000111110101010101001000011111101001100011011100111101101011110 8faaa43f4c8faaa43f4c6e7d8faaa43f4c8faaa43f4c6e7b5e
UTF-8 ’L’Ln}’L’Ln{^ 11000011100000101100001010010010010011001100001110000010110000101001001001001100011011100111110111000011100000101100001010010010010011001100001110000010110000101001001001001100011011100111101101011110 c382c2924cc382c2924c6e7dc382c2924cc382c2924c6e7b5e
UHC ??L??Ln}??L??Ln{^ 0011111100111111010011000011111100111111010011000110111001111101001111110011111101001100001111110011111101001100011011100111101101011110 3f3f4c3f3f4c6e7d3f3f4c3f3f4c6e7b5e

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