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 | 00111111001111110100000001101000 | 3f3f4068 |
SJIS-WIN | 赶穫@h | 111110111011000010001010011011100100000001101000 | fbb08a6e4068 |
EUC-JP | ?穫@h | 0011111110110011110011110100000001101000 | 3fb3cf4068 |
UTF-8 | 赶穫@h | 1110100010110101101101101110011110101001101010110100000001101000 | e8b5b6e7a9ab4068 |
UHC | ?穫@h | 0011111111111100101011100100000001101000 | 3ffcae4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)