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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 婉?婉?^ | 10011011010101010011111110011011010101010011111101011110 | 9b553f9b553f5e |
EUC-JP | 婉脘婉脘^ | 1101010110110110100011111101011010101100110101011011011010001111110101101010110001011110 | d5b68fd6acd5b68fd6ac5e |
UTF-8 | 婉脘婉脘^ | 11100101101010011000100111101000100001001001100011100101101010011000100111101000100001001001100001011110 | e5a989e88498e5a989e884985e |
UHC | 婉脘婉脘^ | 111010001100011011101000110100101110100011000110111010001101001001011110 | e8c6e8d2e8c6e8d25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)