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 | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
SJIS-WIN | 綣砧玖帰@h | 11100011010110111000101101101101100010111110100010001011010000010100000001101000 | e35b8b6d8be88b414068 |
EUC-JP | 綣砧玖帰@h | 11100101101111001011010111001110101101101110101010110101101000100100000001101000 | e5bcb5ceb6eab5a24068 |
UTF-8 | 綣砧玖帰@h | 1110011110110110101000111110011110100000101001111110011110001110100101101110010110111000101100000100000001101000 | e7b6a3e7a0a7e78e96e5b8b04068 |
UHC | ?砧玖?@h | 0011111111110110110110111100111110111000001111110100000001101000 | 3ff6dbcfb83f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)