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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 硝踴カォh | 10001111110010011110011011111011101101101010101101101000 | 8fc9e6fbb6ab68 |
EUC-JP | 硝踴カォh | 101111101100101111101100111111011000111010110110100011101010101101101000 | becbecfd8eb68eab68 |
UTF-8 | 硝踴カォh | 11100111101000011001110111101000101110001011010011101111101111011011011011101111101111011010101101101000 | e7a19de8b8b4efbdb6efbdab68 |
UHC | 硝???h | 111101011010011000111111001111110011111101101000 | f5a63f3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)