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 | ?豐骰 | 0011111111100110101100101110100110001101 | 3fe6b2e98d |
EUC-JP | 寗豐骰 | 10001111101110101110000011101100101101001111000111101101 | 8fbae0ecb4f1ed |
UTF-8 | 寗豐骰 | 111001011010111110010111111010001011000110010000111010011010101010110000 | e5af97e8b190e9aab0 |
UHC | 寗?? | 11010010101111000011111100111111 | d2bc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)