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 | 鞳檎濫淲 | 1110100011100011100011001110011110010111100101001111101101000100 | e8e38ce79794fb44 |
EUC-JP | 鞳檎濫? | 11110000111001011011100011101001110011011111010000111111 | f0e5b8e9cdf43f |
UTF-8 | 鞳檎濫淲 | 111010011001111010110011111001101010101010001110111001101011111110101011111001101011011110110010 | e99eb3e6aa8ee6bfabe6b7b2 |
UHC | ?檎濫? | 001111111101000011010101110101011011110100111111 | 3fd0d5d5bd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)