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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 楓私↓提俸 | 10010101100101101000111010000100100000011010101110010010111100011001010111101110 | 95968e8481ab92f195ee |
EUC-JP | 楓私↓提俸 | 11001001111101101011101111100100101000101010110111000100111100111100101011110000 | c9f6bbe4a2adc4f3caf0 |
UTF-8 | 楓私↓提俸 | 111001101010010110010011111001111010011110000001111000101000011010010011111001101000111110010000111001001011111110111000 | e6a593e7a781e28693e68f90e4bfb8 |
UHC | 楓私↓提俸 | 11111001101000111101111011100111101000011110100111110000101010111101110011100100 | f9a3dee7a1e9f0abdce4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)