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 | 莎鰹繍腋 | 1110010010110011100010101000111110001111010010101110001111111100 | e4b38a8f8f4ae3fc |
| EUC-JP | 莎鰹繍腋 | 1110100010110101101100111110111110111101101010111110011011111110 | e8b5b3efbdabe6fe |
| UTF-8 | 莎鰹繍腋 | 111010001000111010001110111010011011000010111001111001111011100110001101111010001000010110001011 | e88e8ee9b0b9e7b98de8858b |
| UHC | 莎??腋 | 110111101110110100111111001111111110010011111101 | deed3f3fe4fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)