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 | 亦?└寃? | 1001011010010010001111111000010010100100100110111000001100111111 | 96923f84a49b833f |
| EUC-JP | 亦?└寃? | 1100101111110010001111111010100010100110110101011110001100111111 | cbf23fa8a6d5e33f |
| UTF-8 | 亦곷└寃켃 | 111001001011101010100110111010101011001110110111111000101001010010010100111001011010111110000011111011001011110010000011 | e4baa6eab3b7e29494e5af83ecbc83 |
| UHC | 亦곷└寃켃 | 11100110101100101000000111101011101001101010011011101010101100101011000101000010 | e6b281eba6a6eab2b142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)