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 | 将薤召^ | 100011111010101111100101010001011000111110100010111100000110001101011110 | 8fabe5458fa2f0635e |
EUC-JP | 将薤召?^ | 1011111010101101111010011010011010111110101001000011111101011110 | beade9a6bea43f5e |
UTF-8 | 将薤召^ | 11100101101100001000011011101000100101101010010011100101100011111010110011101110100000001010001101011110 | e5b086e896a4e58facee80a35e |
UHC | ??召?^ | 001111110011111111100001101011110011111101011110 | 3f3fe1af3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)