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 | 德僞 | 11111010101110101001100101000101 | faba9945 |
EUC-JP | ?僞 | 001111111101000110100110 | 3fd1a6 |
UTF-8 | 德僞 | 111001011011111010110111111001011000001110011110 | e5beb7e5839e |
UHC | 德僞 | 11010011111011001110101011001010 | d3eceaca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)