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 ã¦}ã¦{^ 100011111110001110100110011111011000111111100011101001100111101101011110 8fe3a67d8fe3a67b5e
SJIS-WIN ???}???{^ 001111110011111100111111011111010011111100111111001111110111101101011110 3f3f3f7d3f3f3f7b5e
EUC-JP ?ã¦}?ã¦{^ 0011111110001111101010111010101010001111101000101100001101111101001111111000111110101011101010101000111110100010110000110111101101011110 3f8fabaa8fa2c37d3f8fabaa8fa2c37b5e
UTF-8 ã¦}ã¦{^ 110000101000111111000011101000111100001010100110011111011100001010001111110000111010001111000010101001100111101101011110 c28fc3a3c2a67dc28fc3a3c2a67b5e
UHC ???}???{^ 001111110011111100111111011111010011111100111111001111110111101101011110 3f3f3f7d3f3f3f7b5e

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