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 牆?\}牆?\{^ 1110000010101101001111110101110001111101111000001010110100111111010111000111101101011110 e0ad3f5c7de0ad3f5c7b5e
EUC-JP 牆?\}牆?\{^ 1110000010101111001111110101110001111101111000001010111100111111010111000111101101011110 e0af3f5c7de0af3f5c7b5e
UTF-8 牆렮\}牆렮\{^ 1110011110001001100001101110101110100000101011100101110001111101111001111000100110000110111010111010000010101110010111000111101101011110 e78986eba0ae5c7de78986eba0ae5c7b5e
UHC 牆렮\}牆렮\{^ 11101101111011011000111010111011010111000111110111101101111011011000111010111011010111000111101101011110 eded8ebb5c7deded8ebb5c7b5e

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