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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 焄イ鯔顳 | 11111011010101001011001011101001110010011110100101000010 | fb54b2e9c9e942 |
| EUC-JP | 焄イ鯔顳 | 100011111100100111100011100011101011001011110010110010111111000110100011 | 8fc9e38eb2f2cbf1a3 |
| UTF-8 | 焄イ鯔顳 | 111001111000010010000100111011111011110110110010111010011010111110010100111010011010000110110011 | e78484efbdb2e9af94e9a1b3 |
| UHC | 焄??? | 1111110110110110001111110011111100111111 | fdb63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)