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 | 線黍 | 10010000111111001000101101101111 | 90fc8b6f |
EUC-JP | 線黍 | 11000000111111101011010111010000 | c0feb5d0 |
UTF-8 | 線黍 | 111001111011011110011010111010011011101110001101 | e7b79ae9bb8d |
UHC | 線黍 | 11100000110010101110000010101000 | e0cae0a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)