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ÄèË | 1111101101000101110001001110100011001011 | fb45c4e8cb |
SJIS-WIN | ?E??? | 0011111101000101001111110011111100111111 | 3f453f3f3f |
EUC-JP | ûEÄèË | 10001111101010111110010101000101100011111010101010100011100011111010101110110010100011111010101010110011 | 8fabe5458faaa38fabb28faab3 |
UTF-8 | ûEÄèË | 110000111011101101000101110000111000010011000011101010001100001110001011 | c3bb45c384c3a8c38b |
UHC | ?E??? | 0011111101000101001111110011111100111111 | 3f453f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)