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 | ûEPh | 1111101101000101100110100101000001101000 | fb459a5068 |
SJIS-WIN | ?E?Ph | 0011111101000101001111110101000001101000 | 3f453f5068 |
EUC-JP | ûE?Ph | 10001111101010111110010101000101001111110101000001101000 | 8fabe5453f5068 |
UTF-8 | ûEPh | 11000011101110110100010111000010100110100101000001101000 | c3bb45c29a5068 |
UHC | ?E?Ph | 0011111101000101001111110101000001101000 | 3f453f5068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)