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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | □?□?^ | 10000001101000000011111110000001101000000011111101011110 | 81a03f81a03f5e |
EUC-JP | □?□?^ | 10100010101000100011111110100010101000100011111101011110 | a2a23fa2a23f5e |
UTF-8 | □∼□∼^ | 11100010100101101010000111100010100010001011110011100010100101101010000111100010100010001011110001011110 | e296a1e288bce296a1e288bc5e |
UHC | □∼□∼^ | 101000011110000010100001101011011010000111100000101000011010110101011110 | a1e0a1ada1e0a1ad5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)