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 | 10010010011011010011111101110111 | 926d3f77 |
EUC-JP | 知?w | 11000011110011100011111101110111 | c3ce3f77 |
UTF-8 | 知렡w | 11100111100111111010010111101011101000001010000101110111 | e79fa5eba0a177 |
UHC | 知렡w | 1111001010110001100011101011001001110111 | f2b18eb277 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)