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 | ?u | 0011111101110101 | 3f75 |
SJIS-WIN | 止u | 100011100111111001110101 | 8e7e75 |
EUC-JP | 止u | 101110111101111101110101 | bbdf75 |
UTF-8 | 止u | 11100110101011011010001001110101 | e6ada275 |
UHC | 止u | 111100101010110101110101 | f2ad75 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)