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 | ?E] | 001111110100010101011101 | 3f455d |
SJIS-WIN | 酬E] | 10001111010101100100010101011101 | 8f56455d |
EUC-JP | 酬E] | 10111101101101110100010101011101 | bdb7455d |
UTF-8 | 酬E] | 1110100110000101101011000100010101011101 | e985ac455d |
UHC | 酬E] | 11100010110001100100010101011101 | e2c6455d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)