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 | 嶸??唯 | 111110101011010000111111001111111001011101000010 | fab43f3f9742 |
| EUC-JP | 嶸??唯 | 10001111101110111111010000111111001111111100110110100011 | 8fbbf43f3fcda3 |
| UTF-8 | 嶸뗫쵇唯 | 111001011011011010111000111010111001011110101011111011001011010110000111111001011001010010101111 | e5b6b8eb97abecb587e594af |
| UHC | 嶸뗫쵇唯 | 1110011110101110100010111110101110101100100010011110101011100110 | e7ae8bebac89eae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)