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 ?C?\n}?C?\n{^ 00111111010000110011111101011100011011100111110100111111010000110011111101011100011011100111101101011110 3f433f5c6e7d3f433f5c6e7b5e
SJIS-WIN ?C?\n}?C?\n{^ 00111111010000110011111101011100011011100111110100111111010000110011111101011100011011100111101101011110 3f433f5c6e7d3f433f5c6e7b5e
EUC-JP ?C?\n}?C?\n{^ 00111111010000110011111101011100011011100111110100111111010000110011111101011100011011100111101101011110 3f433f5c6e7d3f433f5c6e7b5e
UTF-8 횪C채\n}횪C채\n{^ 111011011001101010101010010000111110110010110001100001000101110001101110011111011110110110011010101010100100001111101100101100011000010001011100011011100111101101011110 ed9aaa43ecb1845c6e7ded9aaa43ecb1845c6e7b5e
UHC 횪C채\n}횪C채\n{^ 1100001110100000010000111100001110100100010111000110111001111101110000111010000001000011110000111010010001011100011011100111101101011110 c3a043c3a45c6e7dc3a043c3a45c6e7b5e

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