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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
| SJIS-WIN | 邵ケ邵ケB | 11100111101110001011100111100111101110001011100101000010 | e7b8b9e7b8b942 |
| EUC-JP | 邵ケ邵ケB | 111011101011101010001110101110011110111010111010100011101011100101000010 | eeba8eb9eeba8eb942 |
| UTF-8 | 邵ケ邵ケB | 11101001100000101011010111101111101111011011100111101001100000101011010111101111101111011011100101000010 | e982b5efbdb9e982b5efbdb942 |
| UHC | 邵?邵?B | 11100001110100000011111111100001110100000011111101000010 | e1d03fe1d03f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)