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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 襄玖ァエ | 111001011111010110001011111010001010011110110100 | e5f58be8a7b4 |
EUC-JP | 襄玖ァエ | 1110101011110111101101101110101010001110101001111000111010110100 | eaf7b6ea8ea78eb4 |
UTF-8 | 襄玖ァエ | 111010001010010110000100111001111000111010010110111011111011110110100111111011111011110110110100 | e8a584e78e96efbda7efbdb4 |
UHC | 襄玖?? | 111001011101000111001111101110000011111100111111 | e5d1cfb83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)