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 | èßé½¢å | 11101000110111111000111111101001101111011010001011100101 | e8df8fe9bda2e5 |
SJIS-WIN | ?????¢? | 0011111100111111001111110011111100111111100000011001000100111111 | 3f3f3f3f3f81913f |
EUC-JP | èß?é?¢å | 10001111101010111011001010001111101010011100111000111111100011111010101110110001001111111010000111110001100011111010101110101001 | 8fabb28fa9ce3f8fabb13fa1f18faba9 |
UTF-8 | èßé½¢å | 1100001110101000110000111001111111000010100011111100001110101001110000101011110111000010101000101100001110100101 | c3a8c39fc28fc3a9c2bdc2a2c3a5 |
UHC | ?ß??½?? | 001111111010100110101100001111110011111110101000111101100011111100111111 | 3fa9ac3f3fa8f63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)