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 | ??f^ | 00111111001111110110011001011110 | 3f3f665e |
SJIS-WIN | 蜥、f^ | 1110010110010010101001000110011001011110 | e592a4665e |
EUC-JP | 蜥、f^ | 111010011111001010001110101001000110011001011110 | e9f28ea4665e |
UTF-8 | 蜥、f^ | 1110100010011100101001011110111110111101101001000110011001011110 | e89ca5efbda4665e |
UHC | ??f^ | 00111111001111110110011001011110 | 3f3f665e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)