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 Œ`ê}Œ`ê{^ 1000110001100000111010101001110101111101100011000110000011101010100111010111101101011110 8c60ea9d7d8c60ea9d7b5e
SJIS-WIN ?`??}?`??{^ 0011111101100000001111110011111101111101001111110110000000111111001111110111101101011110 3f603f3f7d3f603f3f7b5e
EUC-JP ?`ê?}?`ê?{^ 001111110110000010001111101010111011010000111111011111010011111101100000100011111010101110110100001111110111101101011110 3f608fabb43f7d3f608fabb43f7b5e
UTF-8 Œ`ê}Œ`ê{^ 1100001010001100011000001100001110101010110000101001110101111101110000101000110001100000110000111010101011000010100111010111101101011110 c28c60c3aac29d7dc28c60c3aac29d7b5e
UHC ?`??}?`??{^ 0011111101100000001111110011111101111101001111110110000000111111001111110111101101011110 3f603f3f7d3f603f3f7b5e

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