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 | 辣懃明訒滄 | 11100111100001011001110011100111100101101011111011111011101000111001111111101001 | e7859ce796befba39fe9 |
| EUC-JP | 辣懃明訒滄 | 1110110111100101110110001110100111001100110000001000111111011101110010001101111011101011 | ede5d8e9ccc08fddc8deeb |
| UTF-8 | 辣懃明訒滄 | 111010001011111010100011111001101000011110000011111001101001100010001110111010001010100010010010111001101011101110000100 | e8bea3e68783e6988ee8a892e6bb84 |
| UHC | 辣懃明?滄 | 110101011011100011010000110001001101100110100101001111111111001111100111 | d5b8d0c4d9a53ff3e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)