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{^ 100011101011000010001110110110100101110001101110011111011000111010110000100011101101101001011100011011100111101101011110 8eb08eda5c6e7d8eb08eda5c6e7b5e
EUC-JP 鴫尺\n}鴫尺\n{^ 101111001011001010111100110111000101110001101110011111011011110010110010101111001101110001011100011011100111101101011110 bcb2bcdc5c6e7dbcb2bcdc5c6e7b5e
UTF-8 鴫尺\n}鴫尺\n{^ 11101001101101001010101111100101101100001011101001011100011011100111110111101001101101001010101111100101101100001011101001011100011011100111101101011110 e9b4abe5b0ba5c6e7de9b4abe5b0ba5c6e7b5e
UHC ?尺\n}?尺\n{^ 00111111111101001010100101011100011011100111110100111111111101001010100101011100011011100111101101011110 3ff4a95c6e7d3ff4a95c6e7b5e

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