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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 杢墨 | 10010110110110111001011001101110 | 96db966e |
EUC-JP | 杢墨 | 11001100110111011100101111001111 | ccddcbcf |
UTF-8 | 杢墨 | 111001101001110110100010111001011010001010101000 | e69da2e5a2a8 |
UHC | ?墨 | 001111111101100111111000 | 3fd9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)