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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 穹穹^ | 1110001001110101111000100111010101011110 | e275e2755e |
EUC-JP | 穹穹^ | 1110001111010110111000111101011001011110 | e3d6e3d65e |
UTF-8 | 穹穹^ | 11100111101010011011100111100111101010011011100101011110 | e7a9b9e7a9b95e |
UHC | 穹穹^ | 1100111111100010110011111110001001011110 | cfe2cfe25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)