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 | ̬´Äý^ | 10001111110011001010110010110100110001001111110101011110 | 8fccacb4c4fd5e |
SJIS-WIN | ??¬´??^ | 001111110011111110000001110010101000000101001100001111110011111101011110 | 3f3f81ca814c3f3f5e |
EUC-JP | ?̬´Äý^ | 001111111000111110101010110000001010001011001100101000011010110110001111101010101010001110001111101010111111001001011110 | 3f8faac0a2cca1ad8faaa38fabf25e |
UTF-8 | ̬´Äý^ | 11000010100011111100001110001100110000101010110011000010101101001100001110000100110000111011110101011110 | c28fc38cc2acc2b4c384c3bd5e |
UHC | ???´??^ | 0011111100111111001111111010001010100101001111110011111101011110 | 3f3f3fa2a53f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)