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 | 豸檎宍逵 | 1110011010110110100011001110011110001110101100111110011110011100 | e6b68ce78eb3e79c |
EUC-JP | 豸檎宍逵 | 1110110010111000101110001110100110111100101101011110110111111100 | ecb8b8e9bcb5edfc |
UTF-8 | 豸檎宍逵 | 111010001011000110111000111001101010101010001110111001011010111010001101111010011000000010110101 | e8b1b8e6aa8ee5ae8de980b5 |
UHC | ?檎?逵 | 001111111101000011010101001111111101000010110000 | 3fd0d53fd0b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)