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ŽÓ{^ 1000111101110000100011101101001101111101100011110111000010001110110100110111101101011110 8f708ed37d8f708ed37b5e
SJIS-WIN ?p??}?p??{^ 0011111101110000001111110011111101111101001111110111000000111111001111110111101101011110 3f703f3f7d3f703f3f7b5e
EUC-JP ?p?Ó}?p?Ó{^ 001111110111000000111111100011111010101011010001011111010011111101110000001111111000111110101010110100010111101101011110 3f703f8faad17d3f703f8faad17b5e
UTF-8 pŽÓ}pŽÓ{^ 1100001010001111011100001100001010001110110000111001001101111101110000101000111101110000110000101000111011000011100100110111101101011110 c28f70c28ec3937dc28f70c28ec3937b5e
UHC ?p??}?p??{^ 0011111101110000001111110011111101111101001111110111000000111111001111110111101101011110 3f703f3f7d3f703f3f7b5e

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