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 | 裹育軸 | 111001011110010110001000111001111000111010110010 | e5e588e78eb2 |
| EUC-JP | 裹育軸 | 111010101110011110110000111010011011110010110100 | eae7b0e9bcb4 |
| UTF-8 | 裹育軸 | 111010001010001110111001111010001000001010110010111010001011101110111000 | e8a3b9e882b2e8bbb8 |
| UHC | ?育軸 | 0011111111101011110000001111010111101110 | 3febc0f5ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)