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 | 咀縫 | 10011001111100001001011001000100 | 99f09644 |
EUC-JP | 咀縫 | 11010010111100101100101110100101 | d2f2cba5 |
UTF-8 | 咀縫 | 111001011001001010000000111001111011100010101011 | e59280e7b8ab |
UHC | 咀縫 | 11101110101110101101110011101110 | eebadcee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)