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 | 緖線 | 11111011100011101001000011111100 | fb8e90fc |
EUC-JP | ?線 | 001111111100000011111110 | 3fc0fe |
UTF-8 | 緖線 | 111001111011011110010110111001111011011110011010 | e7b796e7b79a |
UHC | 緖線 | 11011111111111011110000011001010 | dffde0ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)