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 | ìö¬ì²©\ | 11101100111101101010110011101100101100101010100101011100 | ecf6acecb2a95c |
SJIS-WIN | ??¬???\ | 0011111100111111100000011100101000111111001111110011111101011100 | 3f3f81ca3f3f3f5c |
EUC-JP | ìö¬ì?©\ | 10001111101010111100000010001111101010111101001110100010110011001000111110101011110000000011111110001111101000101110110101011100 | 8fabc08fabd3a2cc8fabc03f8fa2ed5c |
UTF-8 | ìö¬ì²©\ | 11000011101011001100001110110110110000101010110011000011101011001100001010110010110000101010100101011100 | c3acc3b6c2acc3acc2b2c2a95c |
UHC | ????²?\ | 0011111100111111001111110011111110101001111101110011111101011100 | 3f3f3f3fa9f73f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)