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 ?^?Rn}?^?Rn{^ 00111111010111100011111101010010011011100111110100111111010111100011111101010010011011100111101101011110 3f5e3f526e7d3f5e3f526e7b5e
SJIS-WIN ?^?Rn}?^?Rn{^ 00111111010111100011111101010010011011100111110100111111010111100011111101010010011011100111101101011110 3f5e3f526e7d3f5e3f526e7b5e
EUC-JP ?^?Rn}?^?Rn{^ 00111111010111100011111101010010011011100111110100111111010111100011111101010010011011100111101101011110 3f5e3f526e7d3f5e3f526e7b5e
UTF-8 책^혱Rn}책^혱Rn{^ 111011001011000110000101010111101110110110011000101100010101001001101110011111011110110010110001100001010101111011101101100110001011000101010010011011100111101101011110 ecb1855eed98b1526e7decb1855eed98b1526e7b5e
UHC 책^혱Rn}책^혱Rn{^ 1100001110100101010111101100001010011000010100100110111001111101110000111010010101011110110000101001100001010010011011100111101101011110 c3a55ec298526e7dc3a55ec298526e7b5e

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