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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 瑩兢?品 | 11100000111100001001100101011101001111111001010101101001 | e0f0995d3f9569 |
EUC-JP | 瑩兢?品 | 11100000111100101101000110111110001111111100100111001010 | e0f2d1be3fc9ca |
UTF-8 | 瑩兢狼品 | 111001111001000110101001111001011000010110100010111011111010010010101011111001011001001110000001 | e791a9e585a2efa4abe59381 |
UHC | 瑩兢狼品 | 1111101110101001110100001110011111010010101010101111100110100001 | fba9d0e7d2aaf9a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)