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 | 籵謝式 | 111000101110000010001110110100111000111010101110 | e2e08ed38eae |
| EUC-JP | 籵謝式 | 111001001110001010111100110101011011110010110000 | e4e2bcd5bcb0 |
| UTF-8 | 籵謝式 | 111001111011000110110101111010001010110010011101111001011011110010001111 | e7b1b5e8ac9de5bc8f |
| UHC | ?謝式 | 0011111111011110111100111110001111010010 | 3fdef3e3d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)