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 ‘þ`k}‘þ`k{^ 1001000111111110011000000110101101111101100100011111111001100000011010110111101101011110 91fe606b7d91fe606b7b5e
SJIS-WIN ??`k}??`k{^ 0011111100111111011000000110101101111101001111110011111101100000011010110111101101011110 3f3f606b7d3f3f606b7b5e
EUC-JP ?þ`k}?þ`k{^ 001111111000111110101001110100000110000001101011011111010011111110001111101010011101000001100000011010110111101101011110 3f8fa9d0606b7d3f8fa9d0606b7b5e
UTF-8 ‘þ`k}‘þ`k{^ 110000101001000111000011101111100110000001101011011111011100001010010001110000111011111001100000011010110111101101011110 c291c3be606b7dc291c3be606b7b5e
UHC ?þ`k}?þ`k{^ 00111111101010011010110101100000011010110111110100111111101010011010110101100000011010110111101101011110 3fa9ad606b7d3fa9ad606b7b5e

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