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{^ 0011111100111111010111000110111001111101001111110011111101011100011011100111101101011110 3f3f5c6e7d3f3f5c6e7b5e
SJIS-WIN ?蔘\n}?蔘\n{^ 00111111111001001111001101011100011011100111110100111111111001001111001101011100011011100111101101011110 3fe4f35c6e7d3fe4f35c6e7b5e
EUC-JP ?蔘\n}?蔘\n{^ 00111111111010001111010101011100011011100111110100111111111010001111010101011100011011100111101101011110 3fe8f55c6e7d3fe8f55c6e7b5e
UTF-8 몔蔘\n}몔蔘\n{^ 11101011101010101001010011101000100101001001100001011100011011100111110111101011101010101001010011101000100101001001100001011100011011100111101101011110 ebaa94e894985c6e7debaa94e894985c6e7b5e
UHC 몔蔘\n}몔蔘\n{^ 100100011000001011011111101110000101110001101110011111011001000110000010110111111011100001011100011011100111101101011110 9182dfb85c6e7d9182dfb85c6e7b5e

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