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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 業碍 | 10001011110001101000101001010110 | 8bc68a56 |
EUC-JP | 業碍 | 10110110110010001011001110110111 | b6c8b3b7 |
UTF-8 | 業碍 | 111001101010010110101101111001111010001010001101 | e6a5ade7a28d |
UHC | 業碍 | 11100101111101101110010011110100 | e5f6e4f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)