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 | 拌饌 | 10011101011000011110100101100001 | 9d61e961 |
EUC-JP | 拌饌 | 11011001110000101111000111000010 | d9c2f1c2 |
UTF-8 | 拌饌 | 111001101000101110001100111010011010010110001100 | e68b8ce9a58c |
UHC | 拌饌 | 11011010111001011111001111001010 | dae5f3ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)