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 ‘þ’Gn}‘þ’Gn{^ 10010001111111101001001001000111011011100111110110010001111111101001001001000111011011100111101101011110 91fe92476e7d91fe92476e7b5e
SJIS-WIN ???Gn}???Gn{^ 00111111001111110011111101000111011011100111110100111111001111110011111101000111011011100111101101011110 3f3f3f476e7d3f3f3f476e7b5e
EUC-JP ?þ?Gn}?þ?Gn{^ 0011111110001111101010011101000000111111010001110110111001111101001111111000111110101001110100000011111101000111011011100111101101011110 3f8fa9d03f476e7d3f8fa9d03f476e7b5e
UTF-8 ‘þ’Gn}‘þ’Gn{^ 11000010100100011100001110111110110000101001001001000111011011100111110111000010100100011100001110111110110000101001001001000111011011100111101101011110 c291c3bec292476e7dc291c3bec292476e7b5e
UHC ?þ?Gn}?þ?Gn{^ 001111111010100110101101001111110100011101101110011111010011111110101001101011010011111101000111011011100111101101011110 3fa9ad3f476e7d3fa9ad3f476e7b5e

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