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{^ 001111110011111101101110011111010011111100111111011011100111101101011110 3f3f6e7d3f3f6e7b5e
SJIS-WIN ?歿n}?歿n{^ 0011111110011111011001100110111001111101001111111001111101100110011011100111101101011110 3f9f666e7d3f9f666e7b5e
EUC-JP ?歿n}?歿n{^ 0011111111011101110001110110111001111101001111111101110111000111011011100111101101011110 3fddc76e7d3fddc76e7b5e
UTF-8 렺歿n}렺歿n{^ 1110101110100000101110101110011010101101101111110110111001111101111010111010000010111010111001101010110110111111011011100111101101011110 eba0bae6adbf6e7deba0bae6adbf6e7b5e
UHC 렺歿n}렺歿n{^ 10001110110000101101100111010001011011100111110110001110110000101101100111010001011011100111101101011110 8ec2d9d16e7d8ec2d9d16e7b5e

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