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 äûZäûZB 100011111110010011111011010110101000111111100100111110110101101001000010 8fe4fb5a8fe4fb5a42
SJIS-WIN ???Z???ZB 001111110011111100111111010110100011111100111111001111110101101001000010 3f3f3f5a3f3f3f5a42
EUC-JP ?äûZ?äûZB 0011111110001111101010111010001110001111101010111110010101011010001111111000111110101011101000111000111110101011111001010101101001000010 3f8faba38fabe55a3f8faba38fabe55a42
UTF-8 äûZäûZB 110000101000111111000011101001001100001110111011010110101100001010001111110000111010010011000011101110110101101001000010 c28fc3a4c3bb5ac28fc3a4c3bb5a42
UHC ???Z???ZB 001111110011111100111111010110100011111100111111001111110101101001000010 3f3f3f5a3f3f3f5a42

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