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 | ?o?} | 00111111011011110011111101111101 | 3f6f3f7d |
SJIS-WIN | ?o?} | 00111111011011110011111101111101 | 3f6f3f7d |
EUC-JP | ľoľ} | 1000111110101011110010110110111110001111101010111100101101111101 | 8fabcb6f8fabcb7d |
UTF-8 | ľoľ} | 110001001011111001101111110001001011111001111101 | c4be6fc4be7d |
UHC | ?o?} | 00111111011011110011111101111101 | 3f6f3f7d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)