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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
| SJIS-WIN | 依??^ | 1000100011001011001111110011111101011110 | 88cb3f3f5e |
| EUC-JP | 依??^ | 1011000011001101001111110011111101011110 | b0cd3f3f5e |
| UTF-8 | 依쏁툨^ | 11100100101111101001110111101100100011111000000111101101100010001010100001011110 | e4be9dec8f81ed88a85e |
| UHC | 依쏁툨^ | 11101011111011101001101111100111101110001001111101011110 | ebee9be7b89f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)