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 | æ÷±ý | 11100110111101111011000111111101 | e6f7b1fd |
SJIS-WIN | ?÷±? | 001111111000000110000000100000010111110100111111 | 3f8180817d3f |
EUC-JP | æ÷±ý | 10001111101010011100000110100001111000001010000111011110100011111010101111110010 | 8fa9c1a1e0a1de8fabf2 |
UTF-8 | æ÷±ý | 1100001110100110110000111011011111000010101100011100001110111101 | c3a6c3b7c2b1c3bd |
UHC | æ÷±? | 10101001101000011010000111000000101000011011111000111111 | a9a1a1c0a1be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)