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 ˆ®úۈ®úÛ^ 100010001010111011111010110110111000100010101110111110101101101101011110 88aefadb88aefadb5e
SJIS-WIN ????????^ 001111110011111100111111001111110011111100111111001111110011111101011110 3f3f3f3f3f3f3f3f5e
EUC-JP ?®úÛ?®úÛ^ 001111111000111110100010111011101000111110101011111000101000111110101010111001010011111110001111101000101110111010001111101010111110001010001111101010101110010101011110 3f8fa2ee8fabe28faae53f8fa2ee8fabe28faae55e
UTF-8 ˆ®úۈ®úÛ^ 1100001010001000110000101010111011000011101110101100001110011011110000101000100011000010101011101100001110111010110000111001101101011110 c288c2aec3bac39bc288c2aec3bac39b5e
UHC ?®???®??^ 0011111110100010111001110011111100111111001111111010001011100111001111110011111101011110 3fa2e73f3f3fa2e73f3f5e

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