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 | 111001011011001001101111 | e5b26f |
SJIS-WIN | ??o | 001111110011111101101111 | 3f3f6f |
EUC-JP | å?o | 1000111110101011101010010011111101101111 | 8faba93f6f |
UTF-8 | å²o | 1100001110100101110000101011001001101111 | c3a5c2b26f |
UHC | ?²o | 00111111101010011111011101101111 | 3fa9f76f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)