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 | ûEFç®v | 1111101101000101100110100100011011100111101011101000111101110110 | fb459a46e7ae8f76 |
SJIS-WIN | ?E?F???v | 0011111101000101001111110100011000111111001111110011111101110110 | 3f453f463f3f3f76 |
EUC-JP | ûE?Fç®?v | 1000111110101011111001010100010100111111010001101000111110101011101011101000111110100010111011100011111101110110 | 8fabe5453f468fabae8fa2ee3f76 |
UTF-8 | ûEFç®v | 11000011101110110100010111000010100110100100011011000011101001111100001010101110110000101000111101110110 | c3bb45c29a46c3a7c2aec28f76 |
UHC | ?E?F?®?v | 001111110100010100111111010001100011111110100010111001110011111101110110 | 3f453f463fa2e73f76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)