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 | 毅? | 100010110100001000111111 | 8b423f |
EUC-JP | 毅? | 101101011010001100111111 | b5a33f |
UTF-8 | 毅킚 | 111001101010111110000101111011011000001010011010 | e6af85ed829a |
UHC | 毅킚 | 11101011111101101011010101000110 | ebf6b546 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)