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 | ??y | 001111110011111101111001 | 3f3f79 |
SJIS-WIN | 邵y | 1111010011100101111001111011100001111001 | f4e5e7b879 |
EUC-JP | ?邵y | 00111111111011101011101001111001 | 3feeba79 |
UTF-8 | 邵y | 11101110100011101001010011101001100000101011010101111001 | ee8e94e982b579 |
UHC | ?邵y | 00111111111000011101000001111001 | 3fe1d079 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)