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 | ??w | 001111110011111101110111 | 3f3f77 |
SJIS-WIN | 陌ァw | 11101000100110011010011101110111 | e899a777 |
EUC-JP | 陌ァw | 1110111111111001100011101010011101110111 | eff98ea777 |
UTF-8 | 陌ァw | 11101001100110011000110011101111101111011010011101110111 | e9998cefbda777 |
UHC | 陌?w | 11011000111010000011111101110111 | d8e83f77 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)