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 | アセシモウ蹉 | 10110001101111101011110011010011101100111110011101000001 | b1bebcd3b3e741 |
| EUC-JP | アセシモウ蹉 | 100011101011000110001110101111101000111010111100100011101101001110001110101100111110110110100010 | 8eb18ebe8ebc8ed38eb3eda2 |
| UTF-8 | アセシモウ蹉 | 111011111011110110110001111011111011110110111110111011111011110110111100111011111011111010010011111011111011110110110011111010001011100110001001 | efbdb1efbdbeefbdbcefbe93efbdb3e8b989 |
| UHC | ?????蹉 | 00111111001111110011111100111111001111111111001110110010 | 3f3f3f3f3ff3b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)