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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 鮗サ] | 11101001101110101011101101011101 | e9babb5d |
EUC-JP | 鮗サ] | 1111001010111100100011101011101101011101 | f2bc8ebb5d |
UTF-8 | 鮗サ] | 11101001101011101001011111101111101111011011101101011101 | e9ae97efbdbb5d |
UHC | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)