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 | ??FiLh??FiL | 0011111100111111010001100110100101001100011010000011111100111111010001100110100101001100 | 3f3f46694c683f3f46694c |
SJIS-WIN | ??FiLh??FiL | 0011111100111111010001100110100101001100011010000011111100111111010001100110100101001100 | 3f3f46694c683f3f46694c |
EUC-JP | ??FiLh??FiL | 0011111100111111010001100110100101001100011010000011111100111111010001100110100101001100 | 3f3f46694c683f3f46694c |
UTF-8 | 횂혪FiLh횂혪FiL | 11101101100110101000001011101101100110001010101001000110011010010100110001101000111011011001101010000010111011011001100010101010010001100110100101001100 | ed9a82ed98aa46694c68ed9a82ed98aa46694c |
UHC | 횂혪FiLh횂혪FiL | 110000111000001011000010100100100100011001101001010011000110100011000011100000101100001010010010010001100110100101001100 | c382c29246694c68c382c29246694c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)