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 | çëë® | 1110011110101101100011001110101110011110100000011110101110101110 | e7ad8ceb9e81ebae |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ç??ë??ë® | 10001111101010111010111000111111001111111000111110101011101100110011111100111111100011111010101110110011100011111010001011101110 | 8fabae3f3f8fabb33f3f8fabb38fa2ee |
UTF-8 | çëë® | 11000011101001111100001010101101110000101000110011000011101010111100001010011110110000101000000111000011101010111100001010101110 | c3a7c2adc28cc3abc29ec281c3abc2ae |
UHC | ??????® | 00111111101000011010100100111111001111110011111100111111001111111010001011100111 | 3fa1a93f3f3f3f3fa2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)