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 | çç¥ä¼ | 1110011110011001100000101110011110100101100111011110010010111100 | e79982e7a59de4bc |
SJIS-WIN | ????¥??? | 001111110011111100111111001111111000000110001111001111110011111100111111 | 3f3f3f3f818f3f3f3f |
EUC-JP | ç??ç??ä? | 1000111110101011101011100011111100111111100011111010101110101110001111110011111110001111101010111010001100111111 | 8fabae3f3f8fabae3f3f8faba33f |
UTF-8 | çç¥ä¼ | 11000011101001111100001010011001110000101000001011000011101001111100001010100101110000101001110111000011101001001100001010111100 | c3a7c299c282c3a7c2a5c29dc3a4c2bc |
UHC | ???????¼ | 001111110011111100111111001111110011111100111111001111111010100011111001 | 3f3f3f3f3f3f3fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)