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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 項ф | 10001101100000001000010010000110 | 8d808486 |
EUC-JP | 項ф | 10111001111000001010011111100110 | b9e0a7e6 |
UTF-8 | 項ф | 1110100110100000100001011101000110000100 | e9a085d184 |
UHC | 項ф | 11111010101000111010110011100110 | faa3ace6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)