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 | ????ワⅦ | 0011111100111111001111110011111110000011100011111000011101011010 | 3f3f3f3f838f875a |
| EUC-JP | ????ワ? | 00111111001111110011111100111111101001011110111100111111 | 3f3f3f3fa5ef3f |
| UTF-8 | 閱륁쉩鱗ワⅦ | 111010011001011010110001111010111010010110000001111011001000100110101001111011111010011110110010111000111000001110101111111000101000010110100110 | e996b1eba581ec89a9efa7b2e383afe285a6 |
| UHC | 閱륁쉩鱗ワⅦ | 111001101111001110001111111011001001101010000011111011001110011110101011111011111010010110110110 | e6f38fec9a83ece7abefa5b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)