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 | ??×踰 | 001111110011111110000001011111101110011011111010 | 3f3f817ee6fa |
EUC-JP | 旿?×踰 | 1000111111000001111101000011111110100001110111111110110011111100 | 8fc1f43fa1dfecfc |
UTF-8 | 旿덉×踰 | 1110011010010111101111111110101110001101100010011100001110010111111010001011100010110000 | e697bfeb8d89c397e8b8b0 |
UHC | 旿덉×踰 | 1110011111111010100010001110110010100001101111111110101110110010 | e7fa88eca1bfebb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)