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 hŽ¿\n}hŽ¿\n{^ 100011110110100010001110101111110101110001101110011111011000111101101000100011101011111101011100011011100111101101011110 8f688ebf5c6e7d8f688ebf5c6e7b5e
SJIS-WIN ?h??\n}?h??\n{^ 001111110110100000111111001111110101110001101110011111010011111101101000001111110011111101011100011011100111101101011110 3f683f3f5c6e7d3f683f3f5c6e7b5e
EUC-JP ?h?¿\n}?h?¿\n{^ 00111111011010000011111110001111101000101100010001011100011011100111110100111111011010000011111110001111101000101100010001011100011011100111101101011110 3f683f8fa2c45c6e7d3f683f8fa2c45c6e7b5e
UTF-8 hŽ¿\n}hŽ¿\n{^ 110000101000111101101000110000101000111011000010101111110101110001101110011111011100001010001111011010001100001010001110110000101011111101011100011011100111101101011110 c28f68c28ec2bf5c6e7dc28f68c28ec2bf5c6e7b5e
UHC ?h?¿\n}?h?¿\n{^ 0011111101101000001111111010001010101111010111000110111001111101001111110110100000111111101000101010111101011100011011100111101101011110 3f683fa2af5c6e7d3f683fa2af5c6e7b5e

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