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 | ??×??? | 001111110011111111010111001111110011111100111111 | 3f3fd73f3f3f |
| SJIS-WIN | ??×孩?? | 0011111100111111100000010111111010011011011101110011111100111111 | 3f3f817e9b773f3f |
| EUC-JP | 旿?×孩?? | 10001111110000011111010000111111101000011101111111010101110110000011111100111111 | 8fc1f43fa1dfd5d83f3f |
| UTF-8 | 旿덉×孩쒎쉐 | 1110011010010111101111111110101110001101100010011100001110010111111001011010110110101001111011001001001010001110111011001000100110010000 | e697bfeb8d89c397e5ada9ec928eec8990 |
| UHC | 旿덉×孩쒎쉐 | 111001111111101010001000111011001010000110111111111110101010100110011100111001011011110110100110 | e7fa88eca1bffaa99ce5bda6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)