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 | 鬢皮勦顏 | 1110100110100100100101001110011110011001101010011110100011111000 | e9a494e799a9e8f8 |
| EUC-JP | 鬢皮勦顏 | 1111001010100110110010001110100111010010101010111111000011111010 | f2a6c8e9d2abf0fa |
| UTF-8 | 鬢皮勦顏 | 111010011010110010100010111001111001101010101110111001011000101110100110111010011010000110001111 | e9aca2e79aaee58ba6e9a18f |
| UHC | ?皮?? | 0011111111111001101010110011111100111111 | 3ff9ab3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)