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 | 昱蛇〓 | 111110100110001110001110110101101000000110101100 | fa638ed681ac |
EUC-JP | 昱蛇〓 | 10001111110000101010110110111100110110001010001010101110 | 8fc2adbcd8a2ae |
UTF-8 | 昱蛇〓 | 111001101001100010110001111010001001101110000111111000111000000010010011 | e698b1e89b87e38093 |
UHC | 昱蛇〓 | 111010011111000011011110111011111010000111101011 | e9f0deefa1eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)