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’F’Z’V’O’F’Z’V^ 1001001001001111100100100100011010010010010110101001001001010110100100100100111110010010010001101001001001011010100100100101011001011110 924f9246925a9256924f9246925a92565e
SJIS-WIN ?O?F?Z?V?O?F?Z?V^ 0011111101001111001111110100011000111111010110100011111101010110001111110100111100111111010001100011111101011010001111110101011001011110 3f4f3f463f5a3f563f4f3f463f5a3f565e
EUC-JP ?O?F?Z?V?O?F?Z?V^ 0011111101001111001111110100011000111111010110100011111101010110001111110100111100111111010001100011111101011010001111110101011001011110 3f4f3f463f5a3f563f4f3f463f5a3f565e
UTF-8 ’O’F’Z’V’O’F’Z’V^ 11000010100100100100111111000010100100100100011011000010100100100101101011000010100100100101011011000010100100100100111111000010100100100100011011000010100100100101101011000010100100100101011001011110 c2924fc29246c2925ac29256c2924fc29246c2925ac292565e
UHC ?O?F?Z?V?O?F?Z?V^ 0011111101001111001111110100011000111111010110100011111101010110001111110100111100111111010001100011111101011010001111110101011001011110 3f4f3f463f5a3f563f4f3f463f5a3f565e

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