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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 縟悶 | 11100011011101001001011011100011 | e37496e3 |
EUC-JP | 縟悶 | 11100101110101011100110011100101 | e5d5cce5 |
UTF-8 | 縟悶 | 111001111011100010011111111001101000001010110110 | e7b89fe682b6 |
UHC | 縟悶 | 11101001101100101101101010111111 | e9b2dabf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)