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 | 扣倆韜 | 100111010100101010011000111011011110100011101001 | 9d4a98ede8e9 |
EUC-JP | 扣倆韜 | 110110011010101111010000111011111111000011101011 | d9abd0eff0eb |
UTF-8 | 扣倆韜 | 111001101000100110100011111001011000000010000110111010011001111110011100 | e689a3e58086e99f9c |
UHC | ?倆韜 | 0011111111010101110101101101010010110111 | 3fd5d6d4b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)