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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 悟?И | 1000110011100101001111111000010001001001 | 8ce53f8449 |
EUC-JP | 悟?И | 1011100011100111001111111010011110101010 | b8e73fa7aa |
UTF-8 | 悟귣И | 1110011010000010100111111110101010110111101000111101000010011000 | e6829feab7a3d098 |
UHC | 悟귣И | 111001111111011010000010111010111010110010101010 | e7f682ebacaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)