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 | 爐」 | 111000001010001010100011 | e0a2a3 |
EUC-JP | 爐」 | 11100000101001001000111010100011 | e0a48ea3 |
UTF-8 | 爐」 | 111001111000100010010000111011111011110110100011 | e78890efbda3 |
UHC | 爐? | 110101101101001100111111 | d6d33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)