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 遠?\}遠?\{^ 1000100110010011001111110101110001111101100010011001001100111111010111000111101101011110 89933f5c7d89933f5c7b5e
EUC-JP 遠?\}遠?\{^ 1011000111110011001111110101110001111101101100011111001100111111010111000111101101011110 b1f33f5c7db1f33f5c7b5e
UTF-8 遠렕\}遠렕\{^ 1110100110000001101000001110101110100000100101010101110001111101111010011000000110100000111010111010000010010101010111000111101101011110 e981a0eba0955c7de981a0eba0955c7b5e
UHC 遠렕\}遠렕\{^ 11101010110000001000111010101010010111000111110111101010110000001000111010101010010111000111101101011110 eac08eaa5c7deac08eaa5c7b5e

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