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 | 001111110011111101010000 | 3f3f50 |
SJIS-WIN | 性星P | 1001000010101011100100001010111101010000 | 90ab90af50 |
EUC-JP | 性星P | 1100000010101101110000001011000101010000 | c0adc0b150 |
UTF-8 | 性星P | 11100110100000001010011111100110100110001001111101010000 | e680a7e6989f50 |
UHC | 性星P | 1110000011110101111000001111100001010000 | e0f5e0f850 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)