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 | ç±è¢v | 11100111101100011000110011101000100011101010001001110110 | e7b18ce88ea276 |
SJIS-WIN | ?±???¢v | 001111111000000101111101001111110011111100111111100000011001000101110110 | 3f817d3f3f3f819176 |
EUC-JP | ç±?è?¢v | 10001111101010111010111010100001110111100011111110001111101010111011001000111111101000011111000101110110 | 8fabaea1de3f8fabb23fa1f176 |
UTF-8 | ç±è¢v | 11000011101001111100001010110001110000101000110011000011101010001100001010001110110000101010001001110110 | c3a7c2b1c28cc3a8c28ec2a276 |
UHC | ?±????v | 0011111110100001101111100011111100111111001111110011111101110110 | 3fa1be3f3f3f3f76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)