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 | 銓慕ク∫オ | 1110011111110010100101011110011110111000100000011110011110110101 | e7f295e7b881e7b5 |
| EUC-JP | 銓慕ク∫オ | 11101110111101001100101011101001100011101011100010100010111010011000111010110101 | eef4cae98eb8a2e98eb5 |
| UTF-8 | 銓慕ク∫オ | 111010011000101010010011111001101000010110010101111011111011110110111000111000101000100010101011111011111011110110110101 | e98a93e68595efbdb8e288abefbdb5 |
| UHC | 銓慕?∫? | 1110111110110000110110011011011100111111101000011111001000111111 | efb0d9b73fa1f23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)