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 | 雍悶 | 11101000101101001001011011100011 | e8b496e3 |
EUC-JP | 雍悶 | 11110000101101101100110011100101 | f0b6cce5 |
UTF-8 | 雍悶 | 111010011001101110001101111001101000001010110110 | e99b8de682b6 |
UHC | 雍悶 | 11101000101111001101101010111111 | e8bcdabf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)