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 | 稔筮 | 10010110101010111110001010101100 | 96abe2ac |
EUC-JP | 稔筮 | 11001100101011011110010010101110 | ccade4ae |
UTF-8 | 稔筮 | 111001111010100010010100111001111010110110101110 | e7a894e7adae |
UHC | 稔筮 | 11101100111110011101111111111011 | ecf9dffb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)