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 | 拌鈴 | 10011101011000011001011111101001 | 9d6197e9 |
EUC-JP | 拌鈴 | 11011001110000101100111011101011 | d9c2ceeb |
UTF-8 | 拌鈴 | 111001101000101110001100111010011000100010110100 | e68b8ce988b4 |
UHC | 拌鈴 | 11011010111001011101011011000010 | dae5d6c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)