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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 獵漱鵈 | 111000001101100010011111111110011110100111111100 | e0d89ff9e9fc |
EUC-JP | 獵漱鵈 | 111000001101101011011110111110111111001011111110 | e0dadefbf2fe |
UTF-8 | 獵漱鵈 | 111001111000110110110101111001101011110010110001111010011011010110001000 | e78db5e6bcb1e9b588 |
UHC | 獵漱? | 1101011010110100111000101010101100111111 | d6b4e2ab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)