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 | ??w | 001111110011111101110111 | 3f3f77 |
SJIS-WIN | ?豢w | 00111111111001101011010001110111 | 3fe6b477 |
EUC-JP | ?豢w | 00111111111011001011011001110111 | 3fecb677 |
UTF-8 | 䵴豢w | 11100100101101011011010011101000101100011010001001110111 | e4b5b4e8b1a277 |
UHC | ??w | 001111110011111101110111 | 3f3f77 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)