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 航猫\}航猫\{^ 10001101011100011001010001001100010111000111110110001101011100011001010001001100010111000111101101011110 8d71944c5c7d8d71944c5c7b5e
EUC-JP 航猫\}航猫\{^ 10111001110100101100011110101101010111000111110110111001110100101100011110101101010111000111101101011110 b9d2c7ad5c7db9d2c7ad5c7b5e
UTF-8 航猫\}航猫\{^ 1110100010001000101010101110011110001100101010110101110001111101111010001000100010101010111001111000110010101011010111000111101101011110 e888aae78cab5c7de888aae78cab5c7b5e
UHC 航猫\}航猫\{^ 11111001111111101101100111011110010111000111110111111001111111101101100111011110010111000111101101011110 f9fed9de5c7df9fed9de5c7b5e

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