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{^ 001111110011111101001110011111010011111100111111010011100111101101011110 3f3f4e7d3f3f4e7b5e
SJIS-WIN ツ棚N}ツ棚N{^ 1100001010010010010010010100111001111101110000101001001001001001010011100111101101011110 c292494e7dc292494e7b5e
EUC-JP ツ棚N}ツ棚N{^ 10001110110000101100001110101010010011100111110110001110110000101100001110101010010011100111101101011110 8ec2c3aa4e7d8ec2c3aa4e7b5e
UTF-8 ツ棚N}ツ棚N{^ 1110111110111110100000101110011010100011100110100100111001111101111011111011111010000010111001101010001110011010010011100111101101011110 efbe82e6a39a4e7defbe82e6a39a4e7b5e
UHC ?棚N}?棚N{^ 0011111111011101110111000100111001111101001111111101110111011100010011100111101101011110 3fdddc4e7d3fdddc4e7b5e

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