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 | M²©IH | 10010010010011011001000110110010100100011010100110010010010010011001001001001000 | 924d91b291a992499248 |
SJIS-WIN | ?M?????I?H | 00111111010011010011111100111111001111110011111100111111010010010011111101001000 | 3f4d3f3f3f3f3f493f48 |
EUC-JP | ?M???©?I?H | 001111110100110100111111001111110011111110001111101000101110110100111111010010010011111101001000 | 3f4d3f3f3f8fa2ed3f493f48 |
UTF-8 | M²©IH | 1100001010010010010011011100001010010001110000101011001011000010100100011100001010101001110000101001001001001001110000101001001001001000 | c2924dc291c2b2c291c2a9c29249c29248 |
UHC | ?M?²???I?H | 0011111101001101001111111010100111110111001111110011111100111111010010010011111101001000 | 3f4d3fa9f73f3f3f493f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)