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 | 源羌 | 10001100101110011110001110110011 | 8cb9e3b3 |
EUC-JP | 源羌 | 10111000101110111110011010110101 | b8bbe6b5 |
UTF-8 | 源羌 | 111001101011101010010000111001111011111010001100 | e6ba90e7be8c |
UHC | 源羌 | 11101010101110011100101110110110 | eab9cbb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)