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 ãM‹Iè\NN 11100011010011011000101110001111100011110100100111101000010111001000000110001111100011110100111001001110 e34d8b8f8f49e85c818f8f4e4e
SJIS-WIN ?M???I?\???NN 00111111010011010011111100111111001111110100100100111111010111000011111100111111001111110100111001001110 3f4d3f3f3f493f5c3f3f3f4e4e
EUC-JP ãM???Iè\???NN 1000111110101011101010100100110100111111001111110011111101001001100011111010101110110010010111000011111100111111001111110100111001001110 8fabaa4d3f3f3f498fabb25c3f3f3f4e4e
UTF-8 ãM‹Iè\NN 110000111010001101001101110000101000101111000010100011111100001010001111010010011100001110101000010111001100001010000001110000101000111111000010100011110100111001001110 c3a34dc28bc28fc28f49c3a85cc281c28fc28f4e4e
UHC ?M???I?\???NN 00111111010011010011111100111111001111110100100100111111010111000011111100111111001111110100111001001110 3f4d3f3f3f493f5c3f3f3f4e4e

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