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 | 亞夕 | 10011000101100011001011101011011 | 98b1975b |
EUC-JP | 亞夕 | 11010000101100111100110110111100 | d0b3cdbc |
UTF-8 | 亞夕 | 111001001011101010011110111001011010010010010101 | e4ba9ee5a495 |
UHC | 亞夕 | 11100100101011001110000010101010 | e4ace0aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)