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ãènB 100011111110001111101000011011101000111111100011111010000110111001000010 8fe3e86e8fe3e86e42
SJIS-WIN ???n???nB 001111110011111100111111011011100011111100111111001111110110111001000010 3f3f3f6e3f3f3f6e42
EUC-JP ?ãèn?ãènB 0011111110001111101010111010101010001111101010111011001001101110001111111000111110101011101010101000111110101011101100100110111001000010 3f8fabaa8fabb26e3f8fabaa8fabb26e42
UTF-8 ãènãènB 110000101000111111000011101000111100001110101000011011101100001010001111110000111010001111000011101010000110111001000010 c28fc3a3c3a86ec28fc3a3c3a86e42
UHC ???n???nB 001111110011111100111111011011100011111100111111001111110110111001000010 3f3f3f6e3f3f3f6e42

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