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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 驪織驪織^ | 111010011000101110010000010001001110100110001011100100000100010001011110 | e98b9044e98b90445e |
EUC-JP | 驪織驪織^ | 111100011110101110111111101001011111000111101011101111111010010101011110 | f1ebbfa5f1ebbfa55e |
UTF-8 | 驪織驪織^ | 11101001101010011010101011100111101110011001010011101001101010011010101011100111101110011001010001011110 | e9a9aae7b994e9a9aae7b9945e |
UHC | 驪織驪織^ | 110101011111000111110010110001001101010111110001111100101100010001011110 | d5f1f2c4d5f1f2c45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)