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 | 賰咒 | 11111011101011011001100111101110 | fbad99ee |
EUC-JP | 賰咒 | 1000111111011111101110011101001011110000 | 8fdfb9d2f0 |
UTF-8 | 賰咒 | 111010001011001110110000111001011001001010010010 | e8b3b0e59292 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)