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 | 001111110111110101000010 | 3f7d42 |
SJIS-WIN | 斜}B | 10001110110011100111110101000010 | 8ece7d42 |
EUC-JP | 斜}B | 10111100110100000111110101000010 | bcd07d42 |
UTF-8 | 斜}B | 1110011010010110100111000111110101000010 | e6969c7d42 |
UHC | 斜}B | 11011110110110000111110101000010 | ded87d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)