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 ’L’N‘¤M}’L’N‘¤M{^ 1001001001001100100100100100111010010001101001000100110101111101100100100100110010010010010011101001000110100100010011010111101101011110 924c924e91a44d7d924c924e91a44d7b5e
SJIS-WIN ?L?N??M}?L?N??M{^ 0011111101001100001111110100111000111111001111110100110101111101001111110100110000111111010011100011111100111111010011010111101101011110 3f4c3f4e3f3f4d7d3f4c3f4e3f3f4d7b5e
EUC-JP ?L?N?¤M}?L?N?¤M{^ 001111110100110000111111010011100011111110001111101000101111000001001101011111010011111101001100001111110100111000111111100011111010001011110000010011010111101101011110 3f4c3f4e3f8fa2f04d7d3f4c3f4e3f8fa2f04d7b5e
UTF-8 ’L’N‘¤M}’L’N‘¤M{^ 11000010100100100100110011000010100100100100111011000010100100011100001010100100010011010111110111000010100100100100110011000010100100100100111011000010100100011100001010100100010011010111101101011110 c2924cc2924ec291c2a44d7dc2924cc2924ec291c2a44d7b5e
UHC ?L?N?¤M}?L?N?¤M{^ 00111111010011000011111101001110001111111010001010110100010011010111110100111111010011000011111101001110001111111010001010110100010011010111101101011110 3f4c3f4e3fa2b44d7d3f4c3f4e3fa2b44d7b5e

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