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 | 偃? | 100110001110111000111111 | 98ee3f |
EUC-JP | 偃? | 110100001111000000111111 | d0f03f |
UTF-8 | 偃풴 | 111001011000000110000011111011011001001010110100 | e58183ed92b4 |
UHC | 偃풴 | 11100101111001111011111101010110 | e5e7bf56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)