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 | 赭賤 | 11100110110111101110011011001011 | e6dee6cb |
EUC-JP | 赭賤 | 11101100111000001110110011001101 | ece0eccd |
UTF-8 | 赭賤 | 111010001011010110101101111010001011001110100100 | e8b5ade8b3a4 |
UHC | ?賤 | 001111111111010011000001 | 3ff4c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)