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 | 侶景 | 10010111101101011000110001101001 | 97b58c69 |
EUC-JP | 侶景 | 11001110101101111011011111001010 | ceb7b7ca |
UTF-8 | 侶景 | 111001001011111010110110111001101001100110101111 | e4beb6e699af |
UHC | 侶景 | 11010101111000101100110011011000 | d5e2ccd8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)