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 ûSÉÞûSÉÜ^ 111110110101001111001001110111101111101101010011110010011101110001011110 fb53c9defb53c9dc5e
SJIS-WIN ?S???S??^ 001111110101001100111111001111110011111101010011001111110011111101011110 3f533f3f3f533f3f5e
EUC-JP ûSÉÞûSÉÜ^ 100011111010101111100101010100111000111110101010101100011000111110101001101100001000111110101011111001010101001110001111101010101011000110001111101010101110010001011110 8fabe5538faab18fa9b08fabe5538faab18faae45e
UTF-8 ûSÉÞûSÉÜ^ 110000111011101101010011110000111000100111000011100111101100001110111011010100111100001110001001110000111001110001011110 c3bb53c389c39ec3bb53c389c39c5e
UHC ?S?Þ?S??^ 00111111010100110011111110101000101011010011111101010011001111110011111101011110 3f533fa8ad3f533f3f5e

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