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 | ?B | 0011111101000010 | 3f42 |
SJIS-WIN | 厄B | 100101101110111101000010 | 96ef42 |
EUC-JP | 厄B | 110011001111000101000010 | ccf142 |
UTF-8 | 厄B | 11100101100011101000010001000010 | e58e8442 |
UHC | 厄B | 111001001111100001000010 | e4f842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)