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 è\ŽíVè\ŽíZ 111010000101110010001110111011011000111101010110111010000101110010001110111011011000111101011010 e85c8eed8f56e85c8eed8f5a
SJIS-WIN ?\???V?\???Z 001111110101110000111111001111110011111101010110001111110101110000111111001111110011111101011010 3f5c3f3f3f563f5c3f3f3f5a
EUC-JP è\?í?Vè\?í?Z 1000111110101011101100100101110000111111100011111010101110111111001111110101011010001111101010111011001001011100001111111000111110101011101111110011111101011010 8fabb25c3f8fabbf3f568fabb25c3f8fabbf3f5a
UTF-8 è\ŽíVè\ŽíZ 1100001110101000010111001100001010001110110000111010110111000010100011110101011011000011101010000101110011000010100011101100001110101101110000101000111101011010 c3a85cc28ec3adc28f56c3a85cc28ec3adc28f5a
UHC ?\???V?\???Z 001111110101110000111111001111110011111101010110001111110101110000111111001111110011111101011010 3f5c3f3f3f563f5c3f3f3f5a

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