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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 項??? | 1000110110000000001111110011111100111111 | 8d803f3f3f |
| EUC-JP | 項??? | 1011100111100000001111110011111100111111 | b9e03f3f3f |
| UTF-8 | 項淚렜렎 | 111010011010000010000101111011111010010110001101111010111010000010011100111010111010000010001110 | e9a085efa58deba09ceba08e |
| UHC | 項淚렜렎 | 1111101010100011110100101110011110001110101011101000111010100100 | faa3d2e78eae8ea4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)