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 Œ`‘°on}Œ`‘°on{^ 100011000110000010010001101100000110111101101110011111011000110001100000100100011011000001101111011011100111101101011110 8c6091b06f6e7d8c6091b06f6e7b5e
SJIS-WIN ?`?°on}?`?°on{^ 0011111101100000001111111000000110001011011011110110111001111101001111110110000000111111100000011000101101101111011011100111101101011110 3f603f818b6f6e7d3f603f818b6f6e7b5e
EUC-JP ?`?°on}?`?°on{^ 0011111101100000001111111010000111101011011011110110111001111101001111110110000000111111101000011110101101101111011011100111101101011110 3f603fa1eb6f6e7d3f603fa1eb6f6e7b5e
UTF-8 Œ`‘°on}Œ`‘°on{^ 110000101000110001100000110000101001000111000010101100000110111101101110011111011100001010001100011000001100001010010001110000101011000001101111011011100111101101011110 c28c60c291c2b06f6e7dc28c60c291c2b06f6e7b5e
UHC ?`?°on}?`?°on{^ 0011111101100000001111111010000111000110011011110110111001111101001111110110000000111111101000011100011001101111011011100111101101011110 3f603fa1c66f6e7d3f603fa1c66f6e7b5e

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