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 | ????c^ | 001111110011111100111111001111110110001101011110 | 3f3f3f3f635e |
SJIS-WIN | 題頃??c^ | 1001000111101000100011011010000000111111001111110110001101011110 | 91e88da03f3f635e |
EUC-JP | 題頃??c^ | 1100001011101010101110101010001000111111001111110110001101011110 | c2eabaa23f3f635e |
UTF-8 | 題頃렰렋c^ | 1110100110100001100011001110100110100000100000111110101110100000101100001110101110100000100010110110001101011110 | e9a18ce9a083eba0b0eba08b635e |
UHC | 題頃렰렋c^ | 11110000101110011100110011110001100011101011110110001110101000100110001101011110 | f0b9ccf18ebd8ea2635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)