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 | èûë ®çè | 1110100011111011100101101110101110100000101011101110011111101000 | e8fb96eba0aee7e8 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | èû?ë?®çè | 1000111110101011101100101000111110101011111001010011111110001111101010111011001100111111100011111010001011101110100011111010101110101110100011111010101110110010 | 8fabb28fabe53f8fabb33f8fa2ee8fabae8fabb2 |
UTF-8 | èûë ®çè | 11000011101010001100001110111011110000101001011011000011101010111100001010100000110000101010111011000011101001111100001110101000 | c3a8c3bbc296c3abc2a0c2aec3a7c3a8 |
UHC | ?????®?? | 001111110011111100111111001111110011111110100010111001110011111100111111 | 3f3f3f3f3fa2e73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)