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 | 項∨ | 10001101100000001000000111001001 | 8d8081c9 |
EUC-JP | 項∨ | 10111001111000001010001011001011 | b9e0a2cb |
UTF-8 | 項∨ | 111010011010000010000101111000101000100010101000 | e9a085e288a8 |
UHC | 項∨ | 11111010101000111010000111111101 | faa3a1fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)