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??? | 00111111001111110011111101001101001111110011111100111111 | 3f3f3f4d3f3f3f |
SJIS-WIN | ???M??? | 00111111001111110011111101001101001111110011111100111111 | 3f3f3f4d3f3f3f |
EUC-JP | ???M??? | 00111111001111110011111101001101001111110011111100111111 | 3f3f3f4d3f3f3f |
UTF-8 | 뤶퓥퀴M렢섕뤵 | 11101011101001001011011011101101100100111010010111101101100000001011010001001101111010111010000010100010111011001000010010010101111010111010010010110101 | eba4b6ed93a5ed80b44deba0a2ec8495eba4b5 |
UHC | 뤶퓥퀴M렢섕뤵 | 10001111111001001011111110001110110001001111101101001101100011101011001110111100101011001000111111100011 | 8fe4bf8ec4fb4d8eb3bcac8fe3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)