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 | FiLhFiL | 100100100100011001101001010011000110100010010010010001100110100101001100 | 9246694c689246694c |
SJIS-WIN | ?FiLh?FiL | 001111110100011001101001010011000110100000111111010001100110100101001100 | 3f46694c683f46694c |
EUC-JP | ?FiLh?FiL | 001111110100011001101001010011000110100000111111010001100110100101001100 | 3f46694c683f46694c |
UTF-8 | FiLhFiL | 1100001010010010010001100110100101001100011010001100001010010010010001100110100101001100 | c29246694c68c29246694c |
UHC | ?FiLh?FiL | 001111110100011001101001010011000110100000111111010001100110100101001100 | 3f46694c683f46694c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)