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 | ç ê¹ë¥ | 111001111000010110010000111010101011100110010111111010111010010110010111 | e78590eab997eba597 |
SJIS-WIN | ???????¥? | 00111111001111110011111100111111001111110011111100111111100000011000111100111111 | 3f3f3f3f3f3f3f818f3f |
EUC-JP | ç??ê??ë?? | 100011111010101110101110001111110011111110001111101010111011010000111111001111111000111110101011101100110011111100111111 | 8fabae3f3f8fabb43f3f8fabb33f3f |
UTF-8 | ç ê¹ë¥ | 110000111010011111000010100001011100001010010000110000111010101011000010101110011100001010010111110000111010101111000010101001011100001010010111 | c3a7c285c290c3aac2b9c297c3abc2a5c297 |
UHC | ????¹???? | 00111111001111110011111100111111101010011111011000111111001111110011111100111111 | 3f3f3f3fa9f63f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)