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 œ{}Yœ{}bE 1100001010011100011110110111110101011001110000101001110001111011011111010110001001000101 c29c7b7d59c29c7b7d6245
SJIS-WIN ??{}Y??{}bE 0011111100111111011110110111110101011001001111110011111101111011011111010110001001000101 3f3f7b7d593f3f7b7d6245
EUC-JP Â?{}YÂ?{}bE 100011111010101010100100001111110111101101111101010110011000111110101010101001000011111101111011011111010110001001000101 8faaa43f7b7d598faaa43f7b7d6245
UTF-8 œ{}Yœ{}bE 110000111000001011000010100111000111101101111101010110011100001110000010110000101001110001111011011111010110001001000101 c382c29c7b7d59c382c29c7b7d6245
UHC ??{}Y??{}bE 0011111100111111011110110111110101011001001111110011111101111011011111010110001001000101 3f3f7b7d593f3f7b7d6245

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