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 箏?\}箏?\{^ 1110001010110101001111110101110001111101111000101011010100111111010111000111101101011110 e2b53f5c7de2b53f5c7b5e
EUC-JP 箏?\}箏?\{^ 1110010010110111001111110101110001111101111001001011011100111111010111000111101101011110 e4b73f5c7de4b73f5c7b5e
UTF-8 箏렫\}箏렫\{^ 1110011110101110100011111110101110100000101010110101110001111101111001111010111010001111111010111010000010101011010111000111101101011110 e7ae8feba0ab5c7de7ae8feba0ab5c7b5e
UHC 箏렫\}箏렫\{^ 11101110101101001000111010111001010111000111110111101110101101001000111010111001010111000111101101011110 eeb48eb95c7deeb48eb95c7b5e

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