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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 錏帷嵯鉗ェB | 11100111111110011001101111100111100011011011010111100111111001111010101001000010 | e7f99be78db5e7e7aa42 |
EUC-JP | 錏帷嵯鉗ェB | 1110111011111011110101101110100110111010101101111110111011101001100011101010101001000010 | eefbd6e9bab7eee98eaa42 |
UTF-8 | 錏帷嵯鉗ェB | 11101001100011001000111111100101101110001011011111100101101101011010111111101001100010011001011111101111101111011010101001000010 | e98c8fe5b8b7e5b5afe98997efbdaa42 |
UHC | ??嵯鉗?B | 0011111100111111111100111010101111001100110001100011111101000010 | 3f3ff3abccc63f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)