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 ûPÑÞûPÑÜ^ 111110110101000011010001110111101111101101010000110100011101110001011110 fb50d1defb50d1dc5e
SJIS-WIN ?P???P??^ 001111110101000000111111001111110011111101010000001111110011111101011110 3f503f3f3f503f3f5e
EUC-JP ûPÑÞûPÑÜ^ 100011111010101111100101010100001000111110101010110100001000111110101001101100001000111110101011111001010101000010001111101010101101000010001111101010101110010001011110 8fabe5508faad08fa9b08fabe5508faad08faae45e
UTF-8 ûPÑÞûPÑÜ^ 110000111011101101010000110000111001000111000011100111101100001110111011010100001100001110010001110000111001110001011110 c3bb50c391c39ec3bb50c391c39c5e
UHC ?P?Þ?P??^ 00111111010100000011111110101000101011010011111101010000001111110011111101011110 3f503fa8ad3f503f3f5e

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