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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 魚?齬 | 1000101110011011001111111110101010010111 | 8b9b3fea97 |
EUC-JP | 魚?齬 | 1011010111111011001111111111001111110111 | b5fb3ff3f7 |
UTF-8 | 魚뛝齬 | 111010011010110110011010111010111001101110011101111010011011110110101100 | e9ad9aeb9b9de9bdac |
UHC | 魚뛝齬 | 111001011110000010001101010110101110010111100001 | e5e08d5ae5e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)