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 | ?陸 | 001111111001011110100100 | 3f97a4 |
EUC-JP | 暻陸 | 1000111111000010110111011100111010100110 | 8fc2ddcea6 |
UTF-8 | 暻陸 | 111001101001101010111011111010011001100110111000 | e69abbe999b8 |
UHC | 暻陸 | 11001100110110011101011111000001 | ccd9d7c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)