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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 毅櫓?蘖 | 10001011010000101001100001000101001111111001111101010000 | 8b4298453f9f50 |
EUC-JP | 毅櫓?蘖 | 10110101101000111100111110100110001111111101110110110001 | b5a3cfa63fddb1 |
UTF-8 | 毅櫓렩蘖 | 111001101010111110000101111001101010101110010011111010111010000010101001111010001001100010010110 | e6af85e6ab93eba0a9e89896 |
UHC | 毅櫓렩蘖 | 1110101111110110110101101101000010001110101101111110010111101110 | ebf6d6d08eb7e5ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)