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øN}‘PøN{^ 10010001010100001001000011111000010011100111110110010001010100001001000011111000010011100111101101011110 915090f84e7d915090f84e7b5e
SJIS-WIN ?P??N}?P??N{^ 00111111010100000011111100111111010011100111110100111111010100000011111100111111010011100111101101011110 3f503f3f4e7d3f503f3f4e7b5e
EUC-JP ?P?øN}?P?øN{^ 0011111101010000001111111000111110101001110011000100111001111101001111110101000000111111100011111010100111001100010011100111101101011110 3f503f8fa9cc4e7d3f503f8fa9cc4e7b5e
UTF-8 ‘PøN}‘PøN{^ 11000010100100010101000011000010100100001100001110111000010011100111110111000010100100010101000011000010100100001100001110111000010011100111101101011110 c29150c290c3b84e7dc29150c290c3b84e7b5e
UHC ?P?øN}?P?øN{^ 001111110101000000111111101010011010101001001110011111010011111101010000001111111010100110101010010011100111101101011110 3f503fa9aa4e7d3f503fa9aa4e7b5e

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