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 | ??v | 001111110011111101110110 | 3f3f76 |
SJIS-WIN | 豐皷v | 1110011010110010111010101000100101110110 | e6b2ea8976 |
EUC-JP | 豐皷v | 1110110010110100111100111110100101110110 | ecb4f3e976 |
UTF-8 | 豐皷v | 11101000101100011001000011100111100110101011011101110110 | e8b190e79ab776 |
UHC | ??v | 001111110011111101110110 | 3f3f76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)