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 | 尺煮 | 10001110110110101000111011001111 | 8eda8ecf |
EUC-JP | 尺煮 | 10111100110111001011110011010001 | bcdcbcd1 |
UTF-8 | 尺煮 | 111001011011000010111010111001111000010110101110 | e5b0bae785ae |
UHC | 尺煮 | 11110100101010011110110110110100 | f4a9edb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)