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’U‘º‘¸O^ 10010010010011111001001001010101100100011011101010010001101110000100111101011110 924f925591ba91b84f5e
SJIS-WIN ?O?U????O^ 00111111010011110011111101010101001111110011111100111111001111110100111101011110 3f4f3f553f3f3f3f4f5e
EUC-JP ?O?U?º?¸O^ 0011111101001111001111110101010100111111100011111010001011101011001111111000111110100010101100010100111101011110 3f4f3f553f8fa2eb3f8fa2b14f5e
UTF-8 ’O’U‘º‘¸O^ 11000010100100100100111111000010100100100101010111000010100100011100001010111010110000101001000111000010101110000100111101011110 c2924fc29255c291c2bac291c2b84f5e
UHC ?O?U?º?¸O^ 001111110100111100111111010101010011111110101000101011000011111110100010101011000100111101011110 3f4f3f553fa8ac3fa2ac4f5e

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