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 | ゚ク。魲ゥ | 110111111011100010100001111111000100001010101001 | dfb8a1fc42a9 |
| EUC-JP | ゚ク。?ゥ | 100011101101111110001110101110001000111010100001001111111000111010101001 | 8edf8eb88ea13f8ea9 |
| UTF-8 | ゚ク。魲ゥ | 111011111011111010011111111011111011110110111000111011111011110110100001111010011010110110110010111011111011110110101001 | efbe9fefbdb8efbda1e9adb2efbda9 |
| UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)