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 | ±£^ | 10001111101100011010001101011110 | 8fb1a35e |
SJIS-WIN | ?±£^ | 001111111000000101111101100000011001001001011110 | 3f817d81925e |
EUC-JP | ?±£^ | 001111111010000111011110101000011111001001011110 | 3fa1dea1f25e |
UTF-8 | ±£^ | 11000010100011111100001010110001110000101010001101011110 | c28fc2b1c2a35e |
UHC | ?±?^ | 0011111110100001101111100011111101011110 | 3fa1be3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)