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^ | 1111101110100011101110000110001101011110 | fba3b8635e |
SJIS-WIN | ?£?c^ | 001111111000000110010010001111110110001101011110 | 3f81923f635e |
EUC-JP | û£¸c^ | 10001111101010111110010110100001111100101000111110100010101100010110001101011110 | 8fabe5a1f28fa2b1635e |
UTF-8 | û£¸c^ | 1100001110111011110000101010001111000010101110000110001101011110 | c3bbc2a3c2b8635e |
UHC | ??¸c^ | 001111110011111110100010101011000110001101011110 | 3f3fa2ac635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)