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 | 犁盞 | 11100000101100111110000110110101 | e0b3e1b5 |
EUC-JP | 犁盞 | 11100000101101011110001010110111 | e0b5e2b7 |
UTF-8 | 犁盞 | 111001111000101010000001111001111001101110011110 | e78a81e79b9e |
UHC | 犁盞 | 11010111111000001110110111010011 | d7e0edd3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)