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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 薰カ陞 | 1111101110011110101101101110100010011110 | fb9eb6e89e |
EUC-JP | ?カ陞 | 0011111110001110101101101110111111111110 | 3f8eb6effe |
UTF-8 | 薰カ陞 | 111010001001011010110000111011111011110110110110111010011001100110011110 | e896b0efbdb6e9999e |
UHC | 薰?陞 | 1111110110111001001111111110001110110011 | fdb93fe3b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)