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 | èûëì¹ | 1110100011111011100111001110101110011101100001001110110010111001 | e8fb9ceb9d84ecb9 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | èû?ë??ì? | 10001111101010111011001010001111101010111110010100111111100011111010101110110011001111110011111110001111101010111100000000111111 | 8fabb28fabe53f8fabb33f3f8fabc03f |
UTF-8 | èûëì¹ | 11000011101010001100001110111011110000101001110011000011101010111100001010011101110000101000010011000011101011001100001010111001 | c3a8c3bbc29cc3abc29dc284c3acc2b9 |
UHC | ???????¹ | 001111110011111100111111001111110011111100111111001111111010100111110110 | 3f3f3f3f3f3f3fa9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)