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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 睛兢?寃? | 1110000111001011100110010101110100111111100110111000001100111111 | e1cb995d3f9b833f |
EUC-JP | 睛兢?寃? | 1110001011001101110100011011111000111111110101011110001100111111 | e2cdd1be3fd5e33f |
UTF-8 | 睛兢狼寃렠 | 111001111001110110011011111001011000010110100010111011111010010010101011111001011010111110000011111010111010000010100000 | e79d9be585a2efa4abe5af83eba0a0 |
UHC | 睛兢狼寃렠 | 11101111111011001101000011100111110100101010101011101010101100101000111010110001 | efecd0e7d2aaeab28eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)