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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 韜勇韜勇B | 111010001110100110010111010001011110100011101001100101110100010101000010 | e8e99745e8e9974542 |
EUC-JP | 韜勇韜勇B | 111100001110101111001101101001101111000011101011110011011010011001000010 | f0ebcda6f0ebcda642 |
UTF-8 | 韜勇韜勇B | 11101001100111111001110011100101100010111000011111101001100111111001110011100101100010111000011101000010 | e99f9ce58b87e99f9ce58b8742 |
UHC | 韜勇韜勇B | 110101001011011111101001101110001101010010110111111010011011100001000010 | d4b7e9b8d4b7e9b842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)