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í | 111011011001110010010001011010001110110110011100 | ed9c9168ed9c |
SJIS-WIN | ???h?? | 001111110011111100111111011010000011111100111111 | 3f3f3f683f3f |
EUC-JP | í??hí? | 10001111101010111011111100111111001111110110100010001111101010111011111100111111 | 8fabbf3f3f688fabbf3f |
UTF-8 | íhí | 1100001110101101110000101001110011000010100100010110100011000011101011011100001010011100 | c3adc29cc29168c3adc29c |
UHC | ???h?? | 001111110011111100111111011010000011111100111111 | 3f3f3f683f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)