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 | 111100101110001101110110 | f2e376 |
SJIS-WIN | ??v | 001111110011111101110110 | 3f3f76 |
EUC-JP | òãv | 10001111101010111101001010001111101010111010101001110110 | 8fabd28fabaa76 |
UTF-8 | òãv | 1100001110110010110000111010001101110110 | c3b2c3a376 |
UHC | ??v | 001111110011111101110110 | 3f3f76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)