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 | 00111111001111110011111101010111 | 3f3f3f57 |
SJIS-WIN | 軟??W | 1001001111101110001111110011111101010111 | 93ee3f3f57 |
EUC-JP | 軟??W | 1100011011110000001111110011111101010111 | c6f03f3f57 |
UTF-8 | 軟녺뼻W | 11101000101110111001111111101011100001011011101011101011101111001011101101010111 | e8bb9feb85baebbcbb57 |
UHC | 軟녺뼻W | 11100110111000111000011011100111100101101011111001010111 | e6e386e796be57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)