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 | æ¿©å | 1110011010111111101010011110010110010000 | e6bfa9e590 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | æ¿©å? | 10001111101010011100000110001111101000101100010010001111101000101110110110001111101010111010100100111111 | 8fa9c18fa2c48fa2ed8faba93f |
UTF-8 | æ¿©å | 11000011101001101100001010111111110000101010100111000011101001011100001010010000 | c3a6c2bfc2a9c3a5c290 |
UHC | æ¿??? | 10101001101000011010001010101111001111110011111100111111 | a9a1a2af3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)