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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 襪域 | 11100110010000111000100011100110 | e64388e6 |
EUC-JP | 襪域 | 11101011101001001011000011101000 | eba4b0e8 |
UTF-8 | 襪域 | 111010001010010110101010111001011001111110011111 | e8a5aae59f9f |
UHC | 襪域 | 11011000110010101110011010110100 | d8cae6b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)