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 | ç½å£ | 1110011110111101100100001110010110100011 | e7bd90e5a3 |
SJIS-WIN | ????£ | 001111110011111100111111001111111000000110010010 | 3f3f3f3f8192 |
EUC-JP | ç??å£ | 10001111101010111010111000111111001111111000111110101011101010011010000111110010 | 8fabae3f3f8faba9a1f2 |
UTF-8 | ç½å£ | 11000011101001111100001010111101110000101001000011000011101001011100001010100011 | c3a7c2bdc290c3a5c2a3 |
UHC | ?½??? | 001111111010100011110110001111110011111100111111 | 3fa8f63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)