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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 浩}浩{^ | 10001101010111110111110110001101010111110111101101011110 | 8d5f7d8d5f7b5e |
EUC-JP | 浩}浩{^ | 10111001110000000111110110111001110000000111101101011110 | b9c07db9c07b5e |
UTF-8 | 浩}浩{^ | 111001101011010110101001011111011110011010110101101010010111101101011110 | e6b5a97de6b5a97b5e |
UHC | 浩}浩{^ | 11111011110001110111110111111011110001110111101101011110 | fbc77dfbc77b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)