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 | 俑? | 100110001101101000111111 | 98da3f |
EUC-JP | 俑? | 110100001101110000111111 | d0dc3f |
UTF-8 | 俑離 | 111001001011111110010001111011111010011110101010 | e4bf91efa7aa |
UHC | 俑離 | 11101001101101011110110011000110 | e9b5ecc6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)