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 | 煜 | 11111011010101011111000110101011 | fb55f1ab |
EUC-JP | 煜? | 10001111110010011111110000111111 | 8fc9fc3f |
UTF-8 | 煜 | 111001111000010110011100111011101000010010100110 | e7859cee84a6 |
UHC | 煜? | 111010011111001000111111 | e9f23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)