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 | 雎? | 111010001011000100111111 | e8b13f |
EUC-JP | 雎琰 | 1111000010110011100011111100110010110100 | f0b38fccb4 |
UTF-8 | 雎琰 | 111010011001101110001110111001111001000010110000 | e99b8ee790b0 |
UHC | 雎琰 | 11101110110100011110011011111100 | eed1e6fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)