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 | ûEB] | 1111101101000101100110100100001001011101 | fb459a425d |
SJIS-WIN | ?E?B] | 0011111101000101001111110100001001011101 | 3f453f425d |
EUC-JP | ûE?B] | 10001111101010111110010101000101001111110100001001011101 | 8fabe5453f425d |
UTF-8 | ûEB] | 11000011101110110100010111000010100110100100001001011101 | c3bb45c29a425d |
UHC | ?E?B] | 0011111101000101001111110100001001011101 | 3f453f425d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)