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‘»‘»B 10010001010011001001000110111011100100011011101110010001010011001001000110111011100100011011101101000010 914c91bb91bb914c91bb91bb42
SJIS-WIN ?L?????L????B 00111111010011000011111100111111001111110011111100111111010011000011111100111111001111110011111101000010 3f4c3f3f3f3f3f4c3f3f3f3f42
EUC-JP ?L?????L????B 00111111010011000011111100111111001111110011111100111111010011000011111100111111001111110011111101000010 3f4c3f3f3f3f3f4c3f3f3f3f42
UTF-8 ‘L‘»‘»‘L‘»‘»B 1100001010010001010011001100001010010001110000101011101111000010100100011100001010111011110000101001000101001100110000101001000111000010101110111100001010010001110000101011101101000010 c2914cc291c2bbc291c2bbc2914cc291c2bbc291c2bb42
UHC ?L?????L????B 00111111010011000011111100111111001111110011111100111111010011000011111100111111001111110011111101000010 3f4c3f3f3f3f3f4c3f3f3f3f42

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