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 ’NåöŒ`’Nåö‘Le^ 1001001001001110111001011111011010001100011000001001001001001110111001011111011010010001010011000110010101011110 924ee5f68c60924ee5f6914c655e
SJIS-WIN ?N???`?N???Le^ 0011111101001110001111110011111100111111011000000011111101001110001111110011111100111111010011000110010101011110 3f4e3f3f3f603f4e3f3f3f4c655e
EUC-JP ?Nåö?`?Nåö?Le^ 00111111010011101000111110101011101010011000111110101011110100110011111101100000001111110100111010001111101010111010100110001111101010111101001100111111010011000110010101011110 3f4e8faba98fabd33f603f4e8faba98fabd33f4c655e
UTF-8 ’NåöŒ`’Nåö‘Le^ 11000010100100100100111011000011101001011100001110110110110000101000110001100000110000101001001001001110110000111010010111000011101101101100001010010001010011000110010101011110 c2924ec3a5c3b6c28c60c2924ec3a5c3b6c2914c655e
UHC ?N???`?N???Le^ 0011111101001110001111110011111100111111011000000011111101001110001111110011111100111111010011000110010101011110 3f4e3f3f3f603f4e3f3f3f4c655e

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