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{^ 100110100100000010011010010011010101110001101110011111011001101001000000100110100100110101011100011011100111101101011110 9a409a4d5c6e7d9a409a4d5c6e7b5e
EUC-JP 咫哺\n}咫哺\n{^ 110100111010000111010011101011100101110001101110011111011101001110100001110100111010111001011100011011100111101101011110 d3a1d3ae5c6e7dd3a1d3ae5c6e7b5e
UTF-8 咫哺\n}咫哺\n{^ 11100101100100101010101111100101100100111011101001011100011011100111110111100101100100101010101111100101100100111011101001011100011011100111101101011110 e592abe593ba5c6e7de592abe593ba5c6e7b5e
UHC 咫哺\n}咫哺\n{^ 111100101010000111111000110101000101110001101110011111011111001010100001111110001101010001011100011011100111101101011110 f2a1f8d45c6e7df2a1f8d45c6e7b5e

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