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 ?^Kjon}?^Kjon{^ 001111110101111001001011011010100110111101101110011111010011111101011110010010110110101001101111011011100111101101011110 3f5e4b6a6f6e7d3f5e4b6a6f6e7b5e
SJIS-WIN ?^Kjon}?^Kjon{^ 001111110101111001001011011010100110111101101110011111010011111101011110010010110110101001101111011011100111101101011110 3f5e4b6a6f6e7d3f5e4b6a6f6e7b5e
EUC-JP ?^Kjon}?^Kjon{^ 001111110101111001001011011010100110111101101110011111010011111101011110010010110110101001101111011011100111101101011110 3f5e4b6a6f6e7d3f5e4b6a6f6e7b5e
UTF-8 책^Kjon}책^Kjon{^ 11101100101100011000010101011110010010110110101001101111011011100111110111101100101100011000010101011110010010110110101001101111011011100111101101011110 ecb1855e4b6a6f6e7decb1855e4b6a6f6e7b5e
UHC 책^Kjon}책^Kjon{^ 1100001110100101010111100100101101101010011011110110111001111101110000111010010101011110010010110110101001101111011011100111101101011110 c3a55e4b6a6f6e7dc3a55e4b6a6f6e7b5e

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