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 Œ`‘°W}Œ`‘°W{^ 10001100011000001001000110110000010101110111110110001100011000001001000110110000010101110111101101011110 8c6091b0577d8c6091b0577b5e
SJIS-WIN ?`?°W}?`?°W{^ 001111110110000000111111100000011000101101010111011111010011111101100000001111111000000110001011010101110111101101011110 3f603f818b577d3f603f818b577b5e
EUC-JP ?`?°W}?`?°W{^ 001111110110000000111111101000011110101101010111011111010011111101100000001111111010000111101011010101110111101101011110 3f603fa1eb577d3f603fa1eb577b5e
UTF-8 Œ`‘°W}Œ`‘°W{^ 11000010100011000110000011000010100100011100001010110000010101110111110111000010100011000110000011000010100100011100001010110000010101110111101101011110 c28c60c291c2b0577dc28c60c291c2b0577b5e
UHC ?`?°W}?`?°W{^ 001111110110000000111111101000011100011001010111011111010011111101100000001111111010000111000110010101110111101101011110 3f603fa1c6577d3f603fa1c6577b5e

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