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 ‘þ’U[}‘þ’U[{^ 10010001111111101001001001010101010110110111110110010001111111101001001001010101010110110111101101011110 91fe92555b7d91fe92555b7b5e
SJIS-WIN ???U[}???U[{^ 00111111001111110011111101010101010110110111110100111111001111110011111101010101010110110111101101011110 3f3f3f555b7d3f3f3f555b7b5e
EUC-JP ?þ?U[}?þ?U[{^ 0011111110001111101010011101000000111111010101010101101101111101001111111000111110101001110100000011111101010101010110110111101101011110 3f8fa9d03f555b7d3f8fa9d03f555b7b5e
UTF-8 ‘þ’U[}‘þ’U[{^ 11000010100100011100001110111110110000101001001001010101010110110111110111000010100100011100001110111110110000101001001001010101010110110111101101011110 c291c3bec292555b7dc291c3bec292555b7b5e
UHC ?þ?U[}?þ?U[{^ 001111111010100110101101001111110101010101011011011111010011111110101001101011010011111101010101010110110111101101011110 3fa9ad3f555b7d3fa9ad3f555b7b5e

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