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 | 煜」 | 111110110101010110100011 | fb55a3 |
EUC-JP | 煜」 | 1000111111001001111111001000111010100011 | 8fc9fc8ea3 |
UTF-8 | 煜」 | 111001111000010110011100111011111011110110100011 | e7859cefbda3 |
UHC | 煜? | 111010011111001000111111 | e9f23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)