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 ?^SU}?^SU{^ 0011111101011110010100110101010101111101001111110101111001010011010101010111101101011110 3f5e53557d3f5e53557b5e
SJIS-WIN ?^SU}?^SU{^ 0011111101011110010100110101010101111101001111110101111001010011010101010111101101011110 3f5e53557d3f5e53557b5e
EUC-JP ?^SU}?^SU{^ 0011111101011110010100110101010101111101001111110101111001010011010101010111101101011110 3f5e53557d3f5e53557b5e
UTF-8 책^SU}책^SU{^ 111011001011000110000101010111100101001101010101011111011110110010110001100001010101111001010011010101010111101101011110 ecb1855e53557decb1855e53557b5e
UHC 책^SU}책^SU{^ 11000011101001010101111001010011010101010111110111000011101001010101111001010011010101010111101101011110 c3a55e53557dc3a55e53557b5e

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