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 | 觀∴┃ | 111001100101011010000001100010001000010010101011 | e656818884ab |
| EUC-JP | 觀∴┃ | 111010111011011110100001111010001010100010101101 | ebb7a1e8a8ad |
| UTF-8 | 觀∴┃ | 111010001010011110000000111000101000100010110100111000101001010010000011 | e8a780e288b4e29483 |
| UHC | 觀∴┃ | 110011101011101010100001110001011010011010101101 | cebaa1c5a6ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)