To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | MCV¬^ | 100100100100110110010010010000111001001001010110100100011010110001011110 | 924d9243925691ac5e |
SJIS-WIN | ?M?C?V?¬^ | 00111111010011010011111101000011001111110101011000111111100000011100101001011110 | 3f4d3f433f563f81ca5e |
EUC-JP | ?M?C?V?¬^ | 00111111010011010011111101000011001111110101011000111111101000101100110001011110 | 3f4d3f433f563fa2cc5e |
UTF-8 | MCV¬^ | 1100001010010010010011011100001010010010010000111100001010010010010101101100001010010001110000101010110001011110 | c2924dc29243c29256c291c2ac5e |
UHC | ?M?C?V??^ | 001111110100110100111111010000110011111101010110001111110011111101011110 | 3f4d3f433f563f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)