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 | ?aP | 001111110110000101010000 | 3f6150 |
SJIS-WIN | 辰aP | 10010010010000110110000101010000 | 92436150 |
EUC-JP | 辰aP | 11000011101001000110000101010000 | c3a46150 |
UTF-8 | 辰aP | 1110100010111110101100000110000101010000 | e8beb06150 |
UHC | 辰aP | 11110010111000110110000101010000 | f2e36150 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)