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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 星貽] | 1001000010101111111001101100010001011101 | 90afe6c45d |
EUC-JP | 星貽] | 1100000010110001111011001100011001011101 | c0b1ecc65d |
UTF-8 | 星貽] | 11100110100110001001111111101000101100101011110101011101 | e6989fe8b2bd5d |
UHC | 星貽] | 1110000011111000111011001100001001011101 | e0f8ecc25d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)