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 | 壓星 | 10011010110110001001000010101111 | 9ad890af |
EUC-JP | 壓星 | 11010100110110101100000010110001 | d4dac0b1 |
UTF-8 | 壓星 | 111001011010001110010011111001101001100010011111 | e5a393e6989f |
UHC | 壓星 | 11100100111000101110000011111000 | e4e2e0f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)