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 | ç®@h | 1110011110101101101011100100000001101000 | e7adae4068 |
SJIS-WIN | ???@h | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
EUC-JP | ç?®@h | 100011111010101110101110001111111000111110100010111011100100000001101000 | 8fabae3f8fa2ee4068 |
UTF-8 | ç®@h | 1100001110100111110000101010110111000010101011100100000001101000 | c3a7c2adc2ae4068 |
UHC | ?®@h | 00111111101000011010100110100010111001110100000001101000 | 3fa1a9a2e74068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)