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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 侑?慮 | 1001100011010000001111111001011110110110 | 98d03f97b6 |
| EUC-JP | 侑?慮 | 1101000011010010001111111100111010111000 | d0d23fceb8 |
| UTF-8 | 侑꿸慮 | 111001001011111010010001111010101011111110111000111001101000010110101110 | e4be91eabfb8e685ae |
| UHC | 侑꿸慮 | 111010101110001010110010111010101101010111100111 | eae2b2ead5e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)