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’J}ûS’J{^ 1111101101010011100100100100101001111101111110110101001110010010010010100111101101011110 fb53924a7dfb53924a7b5e
SJIS-WIN ?S?J}?S?J{^ 0011111101010011001111110100101001111101001111110101001100111111010010100111101101011110 3f533f4a7d3f533f4a7b5e
EUC-JP ûS?J}ûS?J{^ 100011111010101111100101010100110011111101001010011111011000111110101011111001010101001100111111010010100111101101011110 8fabe5533f4a7d8fabe5533f4a7b5e
UTF-8 ûS’J}ûS’J{^ 110000111011101101010011110000101001001001001010011111011100001110111011010100111100001010010010010010100111101101011110 c3bb53c2924a7dc3bb53c2924a7b5e
UHC ?S?J}?S?J{^ 0011111101010011001111110100101001111101001111110101001100111111010010100111101101011110 3f533f4a7d3f533f4a7b5e

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