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 | ? | 00111111 | 3f |
SJIS-WIN | 祈 | 1000101101000110 | 8b46 |
EUC-JP | 祈 | 1011010110100111 | b5a7 |
UTF-8 | 祈 | 111001111010010110001000 | e7a588 |
UHC | 祈 | 1101000110110111 | d1b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)