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 | 魏占刻魏 | 1110100110110000100100001110100010001101100011111110100110110000 | e9b090e88d8fe9b0 |
EUC-JP | 魏占刻魏 | 1111001010110010110000001110101010111001111011111111001010110010 | f2b2c0eab9eff2b2 |
UTF-8 | 魏占刻魏 | 111010011010110110001111111001011000110110100000111001011000100010111011111010011010110110001111 | e9ad8fe58da0e588bbe9ad8f |
UHC | 魏占刻魏 | 1110101011100000111011111011111111001010101111101110101011100000 | eae0efbfcabeeae0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)