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 | ÕùóçßÄB | 11010101111110011111001111100111110111111100010001000010 | d5f9f3e7dfc442 |
SJIS-WIN | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
EUC-JP | ÕùóçßÄB | 10001111101010101101100010001111101010111110001110001111101010111101000110001111101010111010111010001111101010011100111010001111101010101010001101000010 | 8faad88fabe38fabd18fabae8fa9ce8faaa342 |
UTF-8 | ÕùóçßÄB | 11000011100101011100001110111001110000111011001111000011101001111100001110011111110000111000010001000010 | c395c3b9c3b3c3a7c39fc38442 |
UHC | ????ß?B | 0011111100111111001111110011111110101001101011000011111101000010 | 3f3f3f3fa9ac3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)