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 | 毬? | 11100110101011111010110000111111 | e6afac3f |
SJIS-WIN | ??¬? | 0011111100111111100000011100101000111111 | 3f3f81ca3f |
EUC-JP | 毬ď | 1000111110101001110000011000111110100010101101001010001011001100100011111010101110110000 | 8fa9c18fa2b4a2cc8fabb0 |
UTF-8 | 毬ď | 1100001110100110110000101010111111000010101011001100010010001111 | c3a6c2afc2acc48f |
UHC | æ??? | 1010100110100001001111110011111100111111 | a9a13f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)