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{^ 1111000010111001010111000110111001111101111100001011100101011100011011100111101101011110 f0b95c6e7df0b95c6e7b5e
SJIS-WIN ??\n}??\n{^ 0011111100111111010111000110111001111101001111110011111101011100011011100111101101011110 3f3f5c6e7d3f3f5c6e7b5e
EUC-JP ð?\n}ð?\n{^ 100011111010100111000011001111110101110001101110011111011000111110101001110000110011111101011100011011100111101101011110 8fa9c33f5c6e7d8fa9c33f5c6e7b5e
UTF-8 ð¹\n}ð¹\n{^ 110000111011000011000010101110010101110001101110011111011100001110110000110000101011100101011100011011100111101101011110 c3b0c2b95c6e7dc3b0c2b95c6e7b5e
UHC ð¹\n}ð¹\n{^ 101010011010001110101001111101100101110001101110011111011010100110100011101010011111011001011100011011100111101101011110 a9a3a9f65c6e7da9a3a9f65c6e7b5e

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