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 | 00111111001111110100000001000010 | 3f3f4042 |
SJIS-WIN | 豌ソ@B | 1110011010110000101111110100000001000010 | e6b0bf4042 |
EUC-JP | 豌ソ@B | 111011001011001010001110101111110100000001000010 | ecb28ebf4042 |
UTF-8 | 豌ソ@B | 1110100010110001100011001110111110111101101111110100000001000010 | e8b18cefbdbf4042 |
UHC | 豌?@B | 1110100011010101001111110100000001000010 | e8d53f4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)