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 | 煙? | 100010011000110000111111 | 898c3f |
EUC-JP | 煙潚 | 1011000111101100100011111100100011011010 | b1ec8fc8da |
UTF-8 | 煙潚 | 111001111000010110011001111001101011110110011010 | e78599e6bd9a |
UHC | 煙潚 | 11100110110101011110001011011000 | e6d5e2d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)