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 | アセムセキ襭 | 10110001101111101101000110111110101101111110011001000010 | b1bed1beb7e642 |
| EUC-JP | アセムセキ襭 | 100011101011000110001110101111101000111011010001100011101011111010001110101101111110101110100011 | 8eb18ebe8ed18ebe8eb7eba3 |
| UTF-8 | アセムセキ襭 | 111011111011110110110001111011111011110110111110111011111011111010010001111011111011110110111110111011111011110110110111111010001010010110101101 | efbdb1efbdbeefbe91efbdbeefbdb7e8a5ad |
| UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)