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 | è¸ç¢ | 1110100010111000100111111110011110100010 | e8b89fe7a2 |
SJIS-WIN | ????¢ | 001111110011111100111111001111111000000110010001 | 3f3f3f3f8191 |
EUC-JP | è¸?ç¢ | 100011111010101110110010100011111010001010110001001111111000111110101011101011101010000111110001 | 8fabb28fa2b13f8fabaea1f1 |
UTF-8 | è¸ç¢ | 11000011101010001100001010111000110000101001111111000011101001111100001010100010 | c3a8c2b8c29fc3a7c2a2 |
UHC | ?¸??? | 001111111010001010101100001111110011111100111111 | 3fa2ac3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)