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 | 瑕珀」顆 | 11100000111010101110000011011111101000111110100011110111 | e0eae0dfa3e8f7 |
EUC-JP | 瑕珀」顆 | 1110000011101100111000001110000110001110101000111111000011111001 | e0ece0e18ea3f0f9 |
UTF-8 | 瑕珀」顆 | 111001111001000110010101111001111000111110000000111011111011110110100011111010011010000110000110 | e79195e78f80efbda3e9a186 |
UHC | 瑕珀?顆 | 11111001110000101101101011010110001111111100111010101000 | f9c2dad63fcea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)