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 | ñ¢å¥Öù^ | 11110001101000101110010110100101110101101111100101011110 | f1a2e5a5d6f95e |
SJIS-WIN | ?¢?¥??^ | 001111111000000110010001001111111000000110001111001111110011111101011110 | 3f81913f818f3f3f5e |
EUC-JP | ñ¢å?Öù^ | 10001111101010111101000010100001111100011000111110101011101010010011111110001111101010101101001110001111101010111110001101011110 | 8fabd0a1f18faba93f8faad38fabe35e |
UTF-8 | ñ¢å¥Öù^ | 11000011101100011100001010100010110000111010010111000010101001011100001110010110110000111011100101011110 | c3b1c2a2c3a5c2a5c396c3b95e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)