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 ñÈDñÈD^ 1100001110110001110000111000100001000100110000111011000111000011100010000100010001011110 c3b1c38844c3b1c388445e
SJIS-WIN ?±??D?±??D^ 00111111100000010111110100111111001111110100010000111111100000010111110100111111001111110100010001011110 3f817d3f3f443f817d3f3f445e
EUC-JP ñ�Dñ�D^ 100011111010101010101010101000011101111010001111101010101010101000111111010001001000111110101010101010101010000111011110100011111010101010101010001111110100010001011110 8faaaaa1de8faaaa3f448faaaaa1de8faaaa3f445e
UTF-8 ñÈDñÈD^ 11000011100000111100001010110001110000111000001111000010100010000100010011000011100000111100001010110001110000111000001111000010100010000100010001011110 c383c2b1c383c28844c383c2b1c383c288445e
UHC ?±??D?±??D^ 00111111101000011011111000111111001111110100010000111111101000011011111000111111001111110100010001011110 3fa1be3f3f443fa1be3f3f445e

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