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 | æå¿â | 1110011011100101101111111110001010000101 | e6e5bfe285 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | æå¿â? | 10001111101010011100000110001111101010111010100110001111101000101100010010001111101010111010010000111111 | 8fa9c18faba98fa2c48faba43f |
UTF-8 | æå¿â | 11000011101001101100001110100101110000101011111111000011101000101100001010000101 | c3a6c3a5c2bfc3a2c285 |
UHC | æ?¿?? | 10101001101000010011111110100010101011110011111100111111 | a9a13fa2af3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)