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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 期拔 | 10001010111110101001110101010101 | 8afa9d55 |
EUC-JP | 期拔 | 10110100111111001101100110110110 | b4fcd9b6 |
UTF-8 | 期拔 | 111001101001110010011111111001101000101110010100 | e69c9fe68b94 |
UHC | 期拔 | 11010001101000101101101011111011 | d1a2dafb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)