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 | 岸星 | 10001010110111011001000010101111 | 8add90af |
EUC-JP | 岸星 | 10110100110111111100000010110001 | b4dfc0b1 |
UTF-8 | 岸星 | 111001011011001010111000111001101001100010011111 | e5b2b8e6989f |
UHC | 岸星 | 11100100110011011110000011111000 | e4cde0f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)