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??VB | 00111111001111110101011000111111001111110101011001000010 | 3f3f563f3f5642 |
SJIS-WIN | 潁鳰V潁鳰VB | 1001111111110001111010011110101001010110100111111111000111101001111010100101011001000010 | 9ff1e9ea569ff1e9ea5642 |
EUC-JP | 潁鳰V潁鳰VB | 1101111011110011111100101110110001010110110111101111001111110010111011000101011001000010 | def3f2ec56def3f2ec5642 |
UTF-8 | 潁鳰V潁鳰VB | 111001101011110110000001111010011011001110110000010101101110011010111101100000011110100110110011101100000101011001000010 | e6bd81e9b3b056e6bd81e9b3b05642 |
UHC | 潁?V潁?VB | 111001111011100000111111010101101110011110111000001111110101011001000010 | e7b83f56e7b83f5642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)