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 | 莵謝質場 | 1110010010110111100011101101001110001110101111111000111111101010 | e4b78ed38ebf8fea |
| EUC-JP | 莵謝質場 | 1110100010111001101111001101010110111100110000011011111011101100 | e8b9bcd5bcc1beec |
| UTF-8 | 莵謝質場 | 111010001000111010110101111010001010110010011101111010001011001110101010111001011010000010110100 | e88eb5e8ac9de8b3aae5a0b4 |
| UHC | ?謝質場 | 00111111110111101111001111110010111101011110110111011110 | 3fdef3f2f5edde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)