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 | 001111110110000001000010 | 3f6042 |
SJIS-WIN | 消`B | 10001111110000010110000001000010 | 8fc16042 |
EUC-JP | 消`B | 10111110110000110110000001000010 | bec36042 |
UTF-8 | 消`B | 1110011010110110100010000110000001000010 | e6b6886042 |
UHC | 消`B | 11100001101111000110000001000010 | e1bc6042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)