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 | çòèèµ | 1110011111110010100101011110100010001011100100111110100010110101 | e7f295e88b93e8b5 |
| SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
| EUC-JP | çò?è??è? | 10001111101010111010111010001111101010111101001000111111100011111010101110110010001111110011111110001111101010111011001000111111 | 8fabae8fabd23f8fabb23f3f8fabb23f |
| UTF-8 | çòèèµ | 11000011101001111100001110110010110000101001010111000011101010001100001010001011110000101001001111000011101010001100001010110101 | c3a7c3b2c295c3a8c28bc293c3a8c2b5 |
| UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)