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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 遖抛^ | 1110011110100110100111010110010101011110 | e7a69d655e |
EUC-JP | 遖抛^ | 1110111010101000110110011100011001011110 | eea8d9c65e |
UTF-8 | 遖抛^ | 11101001100000011001011011100110100010101001101101011110 | e98196e68a9b5e |
UHC | ?抛^ | 00111111111110001101100001011110 | 3ff8d85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)