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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 閧鍋帥 | 111010001000001010010011111001111001000010000011 | e88293e79083 |
EUC-JP | 閧鍋帥 | 111011111110001011000110111010011011111111100011 | efe2c6e9bfe3 |
UTF-8 | 閧鍋帥 | 111010011001011010100111111010011000110110001011111001011011100010100101 | e996a7e98d8be5b8a5 |
UHC | ?鍋帥 | 0011111111001110101001111110000111111101 | 3fcea7e1fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)