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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 潁溽^ | 1001111111110001100111111110011101011110 | 9ff19fe75e |
EUC-JP | 潁溽^ | 1101111011110011110111101110100101011110 | def3dee95e |
UTF-8 | 潁溽^ | 11100110101111011000000111100110101110101011110101011110 | e6bd81e6babd5e |
UHC | 潁?^ | 11100111101110000011111101011110 | e7b83f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)