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 | ?雉 | 001111111110100010110011 | 3fe8b3 |
EUC-JP | 晛雉 | 1000111111000010101110111111000010110101 | 8fc2bbf0b5 |
UTF-8 | 晛雉 | 111001101001100110011011111010011001101110001001 | e6999be99b89 |
UHC | 晛雉 | 11111010110110011111011011001011 | fad9f6cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)