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’G’V‘£’M’G’V‘£^ 1001001001001101100100100100011110010010010101101001000110100011100100100100110110010010010001111001001001010110100100011010001101011110 924d9247925691a3924d9247925691a35e
SJIS-WIN ?M?G?V?£?M?G?V?£^ 00111111010011010011111101000111001111110101011000111111100000011001001000111111010011010011111101000111001111110101011000111111100000011001001001011110 3f4d3f473f563f81923f4d3f473f563f81925e
EUC-JP ?M?G?V?£?M?G?V?£^ 00111111010011010011111101000111001111110101011000111111101000011111001000111111010011010011111101000111001111110101011000111111101000011111001001011110 3f4d3f473f563fa1f23f4d3f473f563fa1f25e
UTF-8 ’M’G’V‘£’M’G’V‘£^ 110000101001001001001101110000101001001001000111110000101001001001010110110000101001000111000010101000111100001010010010010011011100001010010010010001111100001010010010010101101100001010010001110000101010001101011110 c2924dc29247c29256c291c2a3c2924dc29247c29256c291c2a35e
UHC ?M?G?V???M?G?V??^ 0011111101001101001111110100011100111111010101100011111100111111001111110100110100111111010001110011111101010110001111110011111101011110 3f4d3f473f563f3f3f4d3f473f563f3f5e

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