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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 潁溽] | 1001111111110001100111111110011101011101 | 9ff19fe75d |
EUC-JP | 潁溽] | 1101111011110011110111101110100101011101 | def3dee95d |
UTF-8 | 潁溽] | 11100110101111011000000111100110101110101011110101011101 | e6bd81e6babd5d |
UHC | 潁?] | 11100111101110000011111101011101 | e7b83f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)