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 | 禪? | 111000100101011100111111 | e2573f |
EUC-JP | 禪潚 | 1110001110111000100011111100100011011010 | e3b88fc8da |
UTF-8 | 禪潚 | 111001111010011010101010111001101011110110011010 | e7a6aae6bd9a |
UHC | 禪潚 | 11100000110010011110001011011000 | e0c9e2d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)