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 | 石扇?洩 | 10010000110011101001000011101110001111111000100101101011 | 90ce90ee3f896b |
EUC-JP | 石扇?洩 | 11000000110100001100000011110000001111111011000111001100 | c0d0c0f03fb1cc |
UTF-8 | 石扇隣洩 | 111001111001111110110011111001101000100110000111111011111010011110110001111001101011010010101001 | e79fb3e68987efa7b1e6b4a9 |
UHC | 石扇隣洩 | 1110000010110100111000001011111111101100111001001110000011011101 | e0b4e0bfece4e0dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)