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 | ??×? | 00111111001111111101011100111111 | 3f3fd73f |
SJIS-WIN | ??×? | 0011111100111111100000010111111000111111 | 3f3f817e3f |
EUC-JP | 旿?×? | 10001111110000011111010000111111101000011101111100111111 | 8fc1f43fa1df3f |
UTF-8 | 旿덉×痢 | 1110011010010111101111111110101110001101100010011100001110010111111011111010011110100101 | e697bfeb8d89c397efa7a5 |
UHC | 旿덉×痢 | 1110011111111010100010001110110010100001101111111110110010111000 | e7fa88eca1bfecb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)