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 | ??P | 001111110011111101010000 | 3f3f50 |
SJIS-WIN | 眩鶺P | 1110000110111111111010100101010001010000 | e1bfea5450 |
EUC-JP | 眩鶺P | 1110001011000001111100111011010101010000 | e2c1f3b550 |
UTF-8 | 眩鶺P | 11100111100111001010100111101001101101101011101001010000 | e79ca9e9b6ba50 |
UHC | 眩?P | 11111010110111110011111101010000 | fadf3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)