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 | ÑÚâøBF | 110100011101101011100010111110000100001001000110 | d1dae2f84246 |
SJIS-WIN | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
EUC-JP | ÑÚâøBF | 1000111110101010110100001000111110101010111000101000111110101011101001001000111110101001110011000100001001000110 | 8faad08faae28faba48fa9cc4246 |
UTF-8 | ÑÚâøBF | 11000011100100011100001110011010110000111010001011000011101110000100001001000110 | c391c39ac3a2c3b84246 |
UHC | ???øBF | 00111111001111110011111110101001101010100100001001000110 | 3f3f3fa9aa4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)