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 | ??×?? | 0011111100111111110101110011111100111111 | 3f3fd73f3f |
SJIS-WIN | ??×?? | 001111110011111110000001011111100011111100111111 | 3f3f817e3f3f |
EUC-JP | 旿?×?琰 | 10001111110000011111010000111111101000011101111100111111100011111100110010110100 | 8fc1f43fa1df3f8fccb4 |
UTF-8 | 旿덉×짧琰 | 1110011010010111101111111110101110001101100010011100001110010111111011001010011110100111111001111001000010110000 | e697bfeb8d89c397eca7a7e790b0 |
UHC | 旿덉×짧琰 | 11100111111110101000100011101100101000011011111111000010101010101110011011111100 | e7fa88eca1bfc2aae6fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)