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 | ???[k | 0011111100111111001111110101101101101011 | 3f3f3f5b6b |
SJIS-WIN | 魏先じ[k | 1110100110110000100100001110011010000010101101100101101101101011 | e9b090e682b65b6b |
EUC-JP | 魏先じ[k | 1111001010110010110000001110100010100100101110000101101101101011 | f2b2c0e8a4b85b6b |
UTF-8 | 魏先じ[k | 1110100110101101100011111110010110000101100010001110001110000001100110000101101101101011 | e9ad8fe58588e381985b6b |
UHC | 魏先じ[k | 1110101011100000111000001011101110101010101110000101101101101011 | eae0e0bbaab85b6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)