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 | ??iLh??iL | 001111110011111101101001010011000110100000111111001111110110100101001100 | 3f3f694c683f3f694c |
SJIS-WIN | 邀オiLh邀オiL | 1110011110110001101101010110100101001100011010001110011110110001101101010110100101001100 | e7b1b5694c68e7b1b5694c |
EUC-JP | 邀オiLh邀オiL | 11101110101100111000111010110101011010010100110001101000111011101011001110001110101101010110100101001100 | eeb38eb5694c68eeb38eb5694c |
UTF-8 | 邀オiLh邀オiL | 1110100110000010100000001110111110111101101101010110100101001100011010001110100110000010100000001110111110111101101101010110100101001100 | e98280efbdb5694c68e98280efbdb5694c |
UHC | 邀?iLh邀?iL | 1110100110101101001111110110100101001100011010001110100110101101001111110110100101001100 | e9ad3f694c68e9ad3f694c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)