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 ?a?Y}?a?Y{^ 0011111101100001001111110101100101111101001111110110000100111111010110010111101101011110 3f613f597d3f613f597b5e
SJIS-WIN ?a?Y}?a?Y{^ 0011111101100001001111110101100101111101001111110110000100111111010110010111101101011110 3f613f597d3f613f597b5e
EUC-JP ?a?Y}?a?Y{^ 0011111101100001001111110101100101111101001111110110000100111111010110010111101101011110 3f613f597d3f613f597b5e
UTF-8 책a찾Y}책a찾Y{^ 11101100101100011000010101100001111011001011000010111110010110010111110111101100101100011000010101100001111011001011000010111110010110010111101101011110 ecb18561ecb0be597decb18561ecb0be597b5e
UHC 책a찾Y}책a찾Y{^ 110000111010010101100001110000111010001101011001011111011100001110100101011000011100001110100011010110010111101101011110 c3a561c3a3597dc3a561c3a3597b5e

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