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 | 星性 | 10010000101011111001000010101011 | 90af90ab |
EUC-JP | 星性 | 11000000101100011100000010101101 | c0b1c0ad |
UTF-8 | 星性 | 111001101001100010011111111001101000000010100111 | e6989fe680a7 |
UHC | 星性 | 11100000111110001110000011110101 | e0f8e0f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)