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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 豈手婿蝮 | 1110011010101111100011101110100010010110101110011110010110011101 | e6af8ee896b9e59d |
EUC-JP | 豈手婿蝮 | 1110110010110001101111001110101011001100101110111110100111111101 | ecb1bceaccbbe9fd |
UTF-8 | 豈手婿蝮 | 111010001011000110001000111001101000100110001011111001011010100110111111111010001001110110101110 | e8b188e6898be5a9bfe89dae |
UHC | 豈手?? | 110100011100001011100010101000100011111100111111 | d1c2e2a23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)