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 | 11100111100011111011000101110110 | e78fb176 |
SJIS-WIN | ??±v | 0011111100111111100000010111110101110110 | 3f3f817d76 |
EUC-JP | ç?±v | 10001111101010111010111000111111101000011101111001110110 | 8fabae3fa1de76 |
UTF-8 | ç±v | 11000011101001111100001010001111110000101011000101110110 | c3a7c28fc2b176 |
UHC | ??±v | 0011111100111111101000011011111001110110 | 3f3fa1be76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)