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 | ÊêøÐ | 11001010111010101111100011010000 | caeaf8d0 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | Êêø? | 10001111101010101011010010001111101010111011010010001111101010011100110000111111 | 8faab48fabb48fa9cc3f |
UTF-8 | ÊêøÐ | 1100001110001010110000111010101011000011101110001100001110010000 | c38ac3aac3b8c390 |
UHC | ??øÐ | 001111110011111110101001101010101010100010100010 | 3f3fa9aaa8a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)