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 | ⅴイ醋 | 1111101001000100101100101110011111001010 | fa44b2e7ca |
EUC-JP | ?イ醋 | 0011111110001110101100101110111011001100 | 3f8eb2eecc |
UTF-8 | ⅴイ醋 | 111000101000010110110100111011111011110110110010111010011000011010001011 | e285b4efbdb2e9868b |
UHC | ⅴ?醋 | 1010010110100101001111111111010110110011 | a5a53ff5b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)