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 | ?豌 | 001111111110011010110000 | 3fe6b0 |
EUC-JP | 鮍豌 | 1000111111101010110110101110110010110010 | 8feadaecb2 |
UTF-8 | 鮍豌 | 111010011010111010001101111010001011000110001100 | e9ae8de8b18c |
UHC | ?豌 | 001111111110100011010101 | 3fe8d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)