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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 眄毬^ | 1110000110111110100111110111101101011110 | e1be9f7b5e |
EUC-JP | 眄毬^ | 1110001011000000110111011101110001011110 | e2c0dddc5e |
UTF-8 | 眄毬^ | 11100111100111001000010011100110101011111010110001011110 | e79c84e6afac5e |
UHC | 眄毬^ | 1101100011111000110011111011001101011110 | d8f8cfb35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)