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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 顏エ竏オ粨・ | 111010001111100010110100111000101000100010110101111000101110100010100101 | e8f8b4e288b5e2e8a5 |
| EUC-JP | 顏エ竏オ粨・ | 111100001111101010001110101101001110001111101000100011101011010111100100111010101000111010100101 | f0fa8eb4e3e88eb5e4ea8ea5 |
| UTF-8 | 顏エ竏オ粨・ | 111010011010000110001111111011111011110110110100111001111010101110001111111011111011110110110101111001111011001010101000111011111011110110100101 | e9a18fefbdb4e7ab8fefbdb5e7b2a8efbda5 |
| UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)