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 | èûë I | 11101000111110111001011011101011101000001010110101001001 | e8fb96eba0ad49 |
SJIS-WIN | ??????I | 00111111001111110011111100111111001111110011111101001001 | 3f3f3f3f3f3f49 |
EUC-JP | èû?ë??I | 10001111101010111011001010001111101010111110010100111111100011111010101110110011001111110011111101001001 | 8fabb28fabe53f8fabb33f3f49 |
UTF-8 | èûë I | 11000011101010001100001110111011110000101001011011000011101010111100001010100000110000101010110101001001 | c3a8c3bbc296c3abc2a0c2ad49 |
UHC | ?????I | 0011111100111111001111110011111100111111101000011010100101001001 | 3f3f3f3f3fa1a949 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)