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 | 魏占 | 11101001101100001001000011101000 | e9b090e8 |
EUC-JP | 魏占 | 11110010101100101100000011101010 | f2b2c0ea |
UTF-8 | 魏占 | 111010011010110110001111111001011000110110100000 | e9ad8fe58da0 |
UHC | 魏占 | 11101010111000001110111110111111 | eae0efbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)