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 | 辷織辷織^ | 111001111000100010010000010001001110011110001000100100000100010001011110 | e7889044e78890445e |
EUC-JP | 辷織辷織^ | 111011011110100010111111101001011110110111101000101111111010010101011110 | ede8bfa5ede8bfa55e |
UTF-8 | 辷織辷織^ | 11101000101111101011011111100111101110011001010011101000101111101011011111100111101110011001010001011110 | e8beb7e7b994e8beb7e7b9945e |
UHC | ?織?織^ | 00111111111100101100010000111111111100101100010001011110 | 3ff2c43ff2c45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)