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 | 頸雜 | 11101000111100101110100010110110 | e8f2e8b6 |
EUC-JP | 頸雜 | 11110000111101001111000010111000 | f0f4f0b8 |
UTF-8 | 頸雜 | 111010011010000010111000111010011001101110011100 | e9a0b8e99b9c |
UHC | 頸雜 | 11001100111100101110110111011010 | ccf2edda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)