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’@’V’@W’@’V^ 100100100100000001010111100100100100000010010010010101101001001001000000010101111001001001000000100100100101011001011110 92405792409256924057924092565e
SJIS-WIN ?@W?@?V?@W?@?V^ 001111110100000001010111001111110100000000111111010101100011111101000000010101110011111101000000001111110101011001011110 3f40573f403f563f40573f403f565e
EUC-JP ?@W?@?V?@W?@?V^ 001111110100000001010111001111110100000000111111010101100011111101000000010101110011111101000000001111110101011001011110 3f40573f403f563f40573f403f565e
UTF-8 ’@W’@’V’@W’@’V^ 110000101001001001000000010101111100001010010010010000001100001010010010010101101100001010010010010000000101011111000010100100100100000011000010100100100101011001011110 c2924057c29240c29256c2924057c29240c292565e
UHC ?@W?@?V?@W?@?V^ 001111110100000001010111001111110100000000111111010101100011111101000000010101110011111101000000001111110101011001011110 3f40573f403f563f40573f403f565e

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