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{^ 10001010010100000011111101011100011011100111110110001010010100000011111101011100011011100111101101011110 8a503f5c6e7d8a503f5c6e7b5e
EUC-JP 咳?\n}咳?\n{^ 10110011101100010011111101011100011011100111110110110011101100010011111101011100011011100111101101011110 b3b13f5c6e7db3b13f5c6e7b5e
UTF-8 咳렱\n}咳렱\n{^ 11100101100100101011001111101011101000001011000101011100011011100111110111100101100100101011001111101011101000001011000101011100011011100111101101011110 e592b3eba0b15c6e7de592b3eba0b15c6e7b5e
UHC 咳렱\n}咳렱\n{^ 111110101010011010001110101111100101110001101110011111011111101010100110100011101011111001011100011011100111101101011110 faa68ebe5c6e7dfaa68ebe5c6e7b5e

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