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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 湿磁爿湿柴 | 10001110101111001000111010100101111000001010101110001110101111001000111011000100 | 8ebc8ea5e0ab8ebc8ec4 |
| EUC-JP | 湿磁爿湿柴 | 10111100101111101011110010100111111000001010110110111100101111101011110011000110 | bcbebca7e0adbcbebcc6 |
| UTF-8 | 湿磁爿湿柴 | 111001101011100110111111111001111010001110000001111001111000100010111111111001101011100110111111111001101001111110110100 | e6b9bfe7a381e788bfe6b9bfe69fb4 |
| UHC | ?磁??柴 | 00111111111011011011100000111111001111111110001111000011 | 3fedb83f3fe3c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)