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 | 赭⑦ | 11100110110111101000011101000110 | e6de8746 |
EUC-JP | 赭? | 111011001110000000111111 | ece03f |
UTF-8 | 赭⑦ | 111010001011010110101101111000101001000110100110 | e8b5ade291a6 |
UHC | ?⑦ | 001111111010100011101101 | 3fa8ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)