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 | ûV¥Y | 11111011010101101010010101011001 | fb56a559 |
SJIS-WIN | ?V¥Y | 0011111101010110100000011000111101011001 | 3f56818f59 |
EUC-JP | ûV?Y | 100011111010101111100101010101100011111101011001 | 8fabe5563f59 |
UTF-8 | ûV¥Y | 110000111011101101010110110000101010010101011001 | c3bb56c2a559 |
UHC | ?V?Y | 00111111010101100011111101011001 | 3f563f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)