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ªZoBF | 1001001001010110100100011010101001011010011011110100001001000110 | 925691aa5a6f4246 |
SJIS-WIN | ?V??ZoBF | 0011111101010110001111110011111101011010011011110100001001000110 | 3f563f3f5a6f4246 |
EUC-JP | ?V?ªZoBF | 00111111010101100011111110001111101000101110110001011010011011110100001001000110 | 3f563f8fa2ec5a6f4246 |
UTF-8 | VªZoBF | 1100001010010010010101101100001010010001110000101010101001011010011011110100001001000110 | c29256c291c2aa5a6f4246 |
UHC | ?V?ªZoBF | 001111110101011000111111101010001010001101011010011011110100001001000110 | 3f563fa8a35a6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)