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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 飮?~ | 10011111010110100011111101111110 | 9f5a3f7e |
EUC-JP | 飮?~ | 11011101101110110011111101111110 | ddbb3f7e |
UTF-8 | 飮쩸~ | 11101001101000111010111011101100101010011011100001111110 | e9a3aeeca9b87e |
UHC | 飮쩸~ | 1110101111100110101001010110111001111110 | ebe6a56e7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)