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 | ??}B | 00111111001111110111110101000010 | 3f3f7d42 |
SJIS-WIN | 豌ソ}B | 1110011010110000101111110111110101000010 | e6b0bf7d42 |
EUC-JP | 豌ソ}B | 111011001011001010001110101111110111110101000010 | ecb28ebf7d42 |
UTF-8 | 豌ソ}B | 1110100010110001100011001110111110111101101111110111110101000010 | e8b18cefbdbf7d42 |
UHC | 豌?}B | 1110100011010101001111110111110101000010 | e8d53f7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)