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 | éè»å | 11101001100000101000000111101000101110111001111111100101 | e98281e8bb9fe5 |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | é??è??å | 10001111101010111011000100111111001111111000111110101011101100100011111100111111100011111010101110101001 | 8fabb13f3f8fabb23f3f8faba9 |
UTF-8 | éè»å | 1100001110101001110000101000001011000010100000011100001110101000110000101011101111000010100111111100001110100101 | c3a9c282c281c3a8c2bbc29fc3a5 |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)