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 ??\}??\{^ 001111110011111101011100011111010011111100111111010111000111101101011110 3f3f5c7d3f3f5c7b5e
SJIS-WIN 項?\}項?\{^ 1000110110000000001111110101110001111101100011011000000000111111010111000111101101011110 8d803f5c7d8d803f5c7b5e
EUC-JP 項?\}項?\{^ 1011100111100000001111110101110001111101101110011110000000111111010111000111101101011110 b9e03f5c7db9e03f5c7b5e
UTF-8 項짮\}項짮\{^ 1110100110100000100001011110110010100111101011100101110001111101111010011010000010000101111011001010011110101110010111000111101101011110 e9a085eca7ae5c7de9a085eca7ae5c7b5e
UHC 項짮\}項짮\{^ 11111010101000111010010001001011010111000111110111111010101000111010010001001011010111000111101101011110 faa3a44b5c7dfaa3a44b5c7b5e

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