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 | ç¸P | 111001111011100001010000 | e7b850 |
SJIS-WIN | ??P | 001111110011111101010000 | 3f3f50 |
EUC-JP | ç¸P | 10001111101010111010111010001111101000101011000101010000 | 8fabae8fa2b150 |
UTF-8 | ç¸P | 1100001110100111110000101011100001010000 | c3a7c2b850 |
UHC | ?¸P | 00111111101000101010110001010000 | 3fa2ac50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)