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 | ñâ¢ç½ | 1111000111100010101000101110011110111101 | f1e2a2e7bd |
SJIS-WIN | ??¢?? | 001111110011111110000001100100010011111100111111 | 3f3f81913f3f |
EUC-JP | ñâ¢ç? | 100011111010101111010000100011111010101110100100101000011111000110001111101010111010111000111111 | 8fabd08faba4a1f18fabae3f |
UTF-8 | ñâ¢ç½ | 11000011101100011100001110100010110000101010001011000011101001111100001010111101 | c3b1c3a2c2a2c3a7c2bd |
UHC | ????½ | 001111110011111100111111001111111010100011110110 | 3f3f3f3fa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)