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 | ?¬h | 001111111010110001101000 | 3fac68 |
SJIS-WIN | 亦¬h | 1001011010010010100000011100101001101000 | 969281ca68 |
EUC-JP | 亦¬h | 1100101111110010101000101100110001101000 | cbf2a2cc68 |
UTF-8 | 亦¬h | 111001001011101010100110110000101010110001101000 | e4baa6c2ac68 |
UHC | 亦?h | 11100110101100100011111101101000 | e6b23f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)