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 | 爐獏 | 11100000101000101110000011010001 | e0a2e0d1 |
EUC-JP | 爐獏 | 11100000101001001110000011010011 | e0a4e0d3 |
UTF-8 | 爐獏 | 111001111000100010010000111001111000110110001111 | e78890e78d8f |
UHC | 爐? | 110101101101001100111111 | d6d33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)