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 | 酌者犁 | 100011101101111010001110110100101110000010110011 | 8ede8ed2e0b3 |
| EUC-JP | 酌者犁 | 101111001110000010111100110101001110000010110101 | bce0bcd4e0b5 |
| UTF-8 | 酌者犁 | 111010011000010110001100111010001000000010000101111001111000101010000001 | e9858ce88085e78a81 |
| UHC | 酌者犁 | 111011011100110011101101101110101101011111100000 | edccedbad7e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)