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 | ??m | 001111110011111101101101 | 3f3f6d |
SJIS-WIN | 質紗m | 1000111010111111100011101101000101101101 | 8ebf8ed16d |
EUC-JP | 質紗m | 1011110011000001101111001101001101101101 | bcc1bcd36d |
UTF-8 | 質紗m | 11101000101100111010101011100111101101001001011101101101 | e8b3aae7b4976d |
UHC | 質紗m | 1111001011110101110111101110100101101101 | f2f5dee96d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)