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 ??\}??\{^ 001111110011111101011100011111010011111100111111010111000111101101011110 3f3f5c7d3f3f5c7b5e
SJIS-WIN 雍?\}雍?\{^ 1110100010110100001111110101110001111101111010001011010000111111010111000111101101011110 e8b43f5c7de8b43f5c7b5e
EUC-JP 雍?\}雍?\{^ 1111000010110110001111110101110001111101111100001011011000111111010111000111101101011110 f0b63f5c7df0b63f5c7b5e
UTF-8 雍츺\}雍츺\{^ 1110100110011011100011011110110010111000101110100101110001111101111010011001101110001101111011001011100010111010010111000111101101011110 e99b8decb8ba5c7de99b8decb8ba5c7b5e
UHC 雍츺\}雍츺\{^ 11101000101111001010111101001011010111000111110111101000101111001010111101001011010111000111101101011110 e8bcaf4b5c7de8bcaf4b5c7b5e

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