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 | ÁÈo | 110000011100100001101111 | c1c86f |
SJIS-WIN | ??o | 001111110011111101101111 | 3f3f6f |
EUC-JP | ÁÈo | 10001111101010101010000110001111101010101011001001101111 | 8faaa18faab26f |
UTF-8 | ÁÈo | 1100001110000001110000111000100001101111 | c381c3886f |
UHC | ??o | 001111110011111101101111 | 3f3f6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)