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? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | 豌ソh豌 | 111001101011000010111111011010001110011010110000 | e6b0bf68e6b0 |
EUC-JP | 豌ソh豌 | 11101100101100101000111010111111011010001110110010110010 | ecb28ebf68ecb2 |
UTF-8 | 豌ソh豌 | 11101000101100011000110011101111101111011011111101101000111010001011000110001100 | e8b18cefbdbf68e8b18c |
UHC | 豌?h豌 | 111010001101010100111111011010001110100011010101 | e8d53f68e8d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)