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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 質治h質治 | 100011101011111110001110101000010110100010001110101111111000111010100001 | 8ebf8ea1688ebf8ea1 |
EUC-JP | 質治h質治 | 101111001100000110111100101000110110100010111100110000011011110010100011 | bcc1bca368bcc1bca3 |
UTF-8 | 質治h質治 | 11101000101100111010101011100110101100101011101101101000111010001011001110101010111001101011001010111011 | e8b3aae6b2bb68e8b3aae6b2bb |
UHC | 質治h質治 | 111100101111010111110110101111010110100011110010111101011111011010111101 | f2f5f6bd68f2f5f6bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)