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 | ?v | 0011111101110110 | 3f76 |
SJIS-WIN | 痰v | 111000011000001001110110 | e18276 |
EUC-JP | 痰v | 111000011110001001110110 | e1e276 |
UTF-8 | 痰v | 11100111100101111011000001110110 | e797b076 |
UHC | 痰v | 110100111100001101110110 | d3c376 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)