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 | ??i] | 00111111001111110110100101011101 | 3f3f695d |
SJIS-WIN | 邀オi] | 1110011110110001101101010110100101011101 | e7b1b5695d |
EUC-JP | 邀オi] | 111011101011001110001110101101010110100101011101 | eeb38eb5695d |
UTF-8 | 邀オi] | 1110100110000010100000001110111110111101101101010110100101011101 | e98280efbdb5695d |
UHC | 邀?i] | 1110100110101101001111110110100101011101 | e9ad3f695d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)