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 | É» | 1001100011001001100101011011101110010111 | 98c995bb97 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ?É??? | 00111111100011111010101010110001001111110011111100111111 | 3f8faab13f3f3f |
UTF-8 | É» | 11000010100110001100001110001001110000101001010111000010101110111100001010010111 | c298c389c295c2bbc297 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)