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 | èùç¢äè | 1110100011111001100011101110011110100010100000011110010011101000 | e8f98ee7a281e4e8 |
SJIS-WIN | ????¢??? | 001111110011111100111111001111111000000110010001001111110011111100111111 | 3f3f3f3f81913f3f3f |
EUC-JP | èù?ç¢?äè | 10001111101010111011001010001111101010111110001100111111100011111010101110101110101000011111000100111111100011111010101110100011100011111010101110110010 | 8fabb28fabe33f8fabaea1f13f8faba38fabb2 |
UTF-8 | èùç¢äè | 11000011101010001100001110111001110000101000111011000011101001111100001010100010110000101000000111000011101001001100001110101000 | c3a8c3b9c28ec3a7c2a2c281c3a4c3a8 |
UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)