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 ‘aáµN}‘aáµN{^ 10010001011000011110000110110101010011100111110110010001011000011110000110110101010011100111101101011110 9161e1b54e7d9161e1b54e7b5e
SJIS-WIN ?a??N}?a??N{^ 00111111011000010011111100111111010011100111110100111111011000010011111100111111010011100111101101011110 3f613f3f4e7d3f613f3f4e7b5e
EUC-JP ?aá?N}?aá?N{^ 0011111101100001100011111010101110100001001111110100111001111101001111110110000110001111101010111010000100111111010011100111101101011110 3f618faba13f4e7d3f618faba13f4e7b5e
UTF-8 ‘aáµN}‘aáµN{^ 11000010100100010110000111000011101000011100001010110101010011100111110111000010100100010110000111000011101000011100001010110101010011100111101101011110 c29161c3a1c2b54e7dc29161c3a1c2b54e7b5e
UHC ?a??N}?a??N{^ 00111111011000010011111100111111010011100111110100111111011000010011111100111111010011100111101101011110 3f613f3f4e7d3f613f3f4e7b5e

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