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 | 谷褻叔 | 100100100100101011100101111101101000111101100110 | 924ae5f68f66 |
| EUC-JP | 谷褻叔 | 110000111010101111101010111110001011110111000111 | c3abeaf8bdc7 |
| UTF-8 | 谷褻叔 | 111010001011000010110111111010001010010010111011111001011000111110010100 | e8b0b7e8a4bbe58f94 |
| UHC | 谷褻叔 | 110011011101101111100000111000011110001011010010 | cddbe0e1e2d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)