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 ??\n}??\n{^ 0011111100111111010111000110111001111101001111110011111101011100011011100111101101011110 3f3f5c6e7d3f3f5c6e7b5e
SJIS-WIN 狐盖\n}狐盖\n{^ 100011001100111111100001101100110101110001101110011111011000110011001111111000011011001101011100011011100111101101011110 8ccfe1b35c6e7d8ccfe1b35c6e7b5e
EUC-JP 狐盖\n}狐盖\n{^ 101110001101000111100010101101010101110001101110011111011011100011010001111000101011010101011100011011100111101101011110 b8d1e2b55c6e7db8d1e2b55c6e7b5e
UTF-8 狐盖\n}狐盖\n{^ 11100111100010111001000011100111100110111001011001011100011011100111110111100111100010111001000011100111100110111001011001011100011011100111101101011110 e78b90e79b965c6e7de78b90e79b965c6e7b5e
UHC 狐盖\n}狐盖\n{^ 111110111100111111001011110011000101110001101110011111011111101111001111110010111100110001011100011011100111101101011110 fbcfcbcc5c6e7dfbcfcbcc5c6e7b5e

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