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 | 涇セ辷セ魑ァ | 111110101111101110111110111001111000100010111110111010011011001110100111 | fafbbee788bee9b3a7 |
| EUC-JP | 涇セ辷セ魑ァ | 10001111110001111100011110001110101111101110110111101000100011101011111011110010101101011000111010100111 | 8fc7c78ebeede88ebef2b58ea7 |
| UTF-8 | 涇セ辷セ魑ァ | 111001101011011010000111111011111011110110111110111010001011111010110111111011111011110110111110111010011010110110010001111011111011110110100111 | e6b687efbdbee8beb7efbdbee9ad91efbda7 |
| UHC | 涇????? | 11001100110111000011111100111111001111110011111100111111 | ccdc3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)