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 | 尺礁 | 10001110110110101000111111001010 | 8eda8fca |
EUC-JP | 尺礁 | 10111100110111001011111011001100 | bcdcbecc |
UTF-8 | 尺礁 | 111001011011000010111010111001111010010010000001 | e5b0bae7a481 |
UHC | 尺礁 | 11110100101010011111010110100111 | f4a9f5a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)