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 ’O‘¦i’O‘¦iB 1001001001001111100100011010011001101001100100100100111110010001101001100110100101000010 924f91a669924f91a66942
SJIS-WIN ?O??i?O??iB 0011111101001111001111110011111101101001001111110100111100111111001111110110100101000010 3f4f3f3f693f4f3f3f6942
EUC-JP ?O?¦i?O?¦iB 001111110100111100111111100011111010001011000011011010010011111101001111001111111000111110100010110000110110100101000010 3f4f3f8fa2c3693f4f3f8fa2c36942
UTF-8 ’O‘¦i’O‘¦iB 1100001010010010010011111100001010010001110000101010011001101001110000101001001001001111110000101001000111000010101001100110100101000010 c2924fc291c2a669c2924fc291c2a66942
UHC ?O??i?O??iB 0011111101001111001111110011111101101001001111110100111100111111001111110110100101000010 3f4f3f3f693f4f3f3f6942

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