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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 讙コ雉ェF | 11100110101010101011101011101000101100111010101001000110 | e6aabae8b3aa46 |
EUC-JP | 讙コ雉ェF | 111011001010110010001110101110101111000010110101100011101010101001000110 | ecac8ebaf0b58eaa46 |
UTF-8 | 讙コ雉ェF | 11101000101011101001100111101111101111011011101011101001100110111000100111101111101111011010101001000110 | e8ae99efbdbae99b89efbdaa46 |
UHC | ??雉?F | 001111110011111111110110110010110011111101000110 | 3f3ff6cb3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)