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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 賽帷徙h | 11100110110011101001101111100111100111000110111101101000 | e6ce9be79c6f68 |
EUC-JP | 賽帷徙h | 11101100110100001101011011101001110101111101000001101000 | ecd0d6e9d7d068 |
UTF-8 | 賽帷徙h | 11101000101100111011110111100101101110001011011111100101101111101001100101101000 | e8b3bde5b8b7e5be9968 |
UHC | 賽?徙h | 110111111101111100111111110111101101010101101000 | dfdf3fded568 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)