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 | 佃兢?寃? | 1001001011001111100110010101110100111111100110111000001100111111 | 92cf995d3f9b833f |
EUC-JP | 佃兢?寃? | 1100010011010001110100011011111000111111110101011110001100111111 | c4d1d1be3fd5e33f |
UTF-8 | 佃兢狼寃렠 | 111001001011110110000011111001011000010110100010111011111010010010101011111001011010111110000011111010111010000010100000 | e4bd83e585a2efa4abe5af83eba0a0 |
UHC | 佃兢狼寃렠 | 11101110111011001101000011100111110100101010101011101010101100101000111010110001 | eeecd0e7d2aaeab28eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)