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 | xâÛ | 10011010011110001110001011011011 | 9a78e2db |
SJIS-WIN | ?x?? | 00111111011110000011111100111111 | 3f783f3f |
EUC-JP | ?xâÛ | 0011111101111000100011111010101110100100100011111010101011100101 | 3f788faba48faae5 |
UTF-8 | xâÛ | 11000010100110100111100011000011101000101100001110011011 | c29a78c3a2c39b |
UHC | ?x?? | 00111111011110000011111100111111 | 3f783f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)