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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 楓私↓提 | 1001010110010110100011101000010010000001101010111001001011110001 | 95968e8481ab92f1 |
EUC-JP | 楓私↓提 | 1100100111110110101110111110010010100010101011011100010011110011 | c9f6bbe4a2adc4f3 |
UTF-8 | 楓私↓提 | 111001101010010110010011111001111010011110000001111000101000011010010011111001101000111110010000 | e6a593e7a781e28693e68f90 |
UHC | 楓私↓提 | 1111100110100011110111101110011110100001111010011111000010101011 | f9a3dee7a1e9f0ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)