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 | ?????c^ | 00111111001111110011111100111111001111110110001101011110 | 3f3f3f3f3f635e |
SJIS-WIN | セャ蔡蒔借c^ | 10111110101011001110010011101111100011101010101010001110110110000110001101011110 | beace4ef8eaa8ed8635e |
EUC-JP | セャ蔡蒔借c^ | 100011101011111010001110101011001110100011110001101111001010110010111100110110100110001101011110 | 8ebe8eace8f1bcacbcda635e |
UTF-8 | セャ蔡蒔借c^ | 1110111110111101101111101110111110111101101011001110100010010100101000011110100010010010100101001110010110000000100111110110001101011110 | efbdbeefbdace894a1e89294e5809f635e |
UHC | ??蔡蒔借c^ | 00111111001111111111001111111001111000111100100011110011101010000110001101011110 | 3f3ff3f9e3c8f3a8635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)