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 | 魏牘 | 11101001101100001110000010101111 | e9b0e0af |
EUC-JP | 魏牘 | 11110010101100101110000010110001 | f2b2e0b1 |
UTF-8 | 魏牘 | 111010011010110110001111111001111000100110011000 | e9ad8fe78998 |
UHC | 魏牘 | 11101010111000001101010010111010 | eae0d4ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)