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 | 唯攻 | 10010111010000101000110101010101 | 97428d55 |
EUC-JP | 唯攻 | 11001101101000111011100110110110 | cda3b9b6 |
UTF-8 | 唯攻 | 111001011001010010101111111001101001010010111011 | e594afe694bb |
UHC | 唯攻 | 11101010111001101100110111110100 | eae6cdf4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)