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 а¡¾Ð°£«^ 110100001011000010100001101111101101000010110000101000111010101101011110 d0b0a1bed0b0a3ab5e
SJIS-WIN ?°???°£?^ 001111111000000110001011001111110011111100111111100000011000101110000001100100100011111101011110 3f818b3f3f3f818b81923f5e
EUC-JP ?°¡??°£?^ 0011111110100001111010111000111110100010110000100011111100111111101000011110101110100001111100100011111101011110 3fa1eb8fa2c23f3fa1eba1f23f5e
UTF-8 а¡¾Ð°£«^ 1100001110010000110000101011000011000010101000011100001010111110110000111001000011000010101100001100001010100011110000101010101101011110 c390c2b0c2a1c2bec390c2b0c2a3c2ab5e
UHC а¡¾Ð°??^ 101010001010001010100001110001101010001010101110101010001111101010101000101000101010000111000110001111110011111101011110 a8a2a1c6a2aea8faa8a2a1c63f3f5e

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