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 | ?eB | 001111110110010101000010 | 3f6542 |
SJIS-WIN | 辰eB | 10010010010000110110010101000010 | 92436542 |
EUC-JP | 辰eB | 11000011101001000110010101000010 | c3a46542 |
UTF-8 | 辰eB | 1110100010111110101100000110010101000010 | e8beb06542 |
UHC | 辰eB | 11110010111000110110010101000010 | f2e36542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)