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^ | 1110101110100000101100011110101110100000100101110110001101011110 | eba0b1eba097635e |
SJIS-WIN | ??±???c^ | 001111110011111110000001011111010011111100111111001111110110001101011110 | 3f3f817d3f3f3f635e |
EUC-JP | ë?±ë??c^ | 10001111101010111011001100111111101000011101111010001111101010111011001100111111001111110110001101011110 | 8fabb33fa1de8fabb33f3f635e |
UTF-8 | ë ±ë c^ | 1100001110101011110000101010000011000010101100011100001110101011110000101010000011000010100101110110001101011110 | c3abc2a0c2b1c3abc2a0c297635e |
UHC | ??±???c^ | 001111110011111110100001101111100011111100111111001111110110001101011110 | 3f3fa1be3f3f3f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)