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 | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | 髦。遘伜專F | 11101001100110001010000111100111101001111001100011100101100110111001001101000110 | e998a1e7a798e59b9346 |
EUC-JP | 髦。遘伜專F | 1111000111111000100011101010000111101110101010011101000011100111110101011111001101000110 | f1f88ea1eea9d0e7d5f346 |
UTF-8 | 髦。遘伜專F | 11101001101010111010011011101111101111011010000111101001100000011001100011100100101111001001110011100101101100001000100001000110 | e9aba6efbda1e98198e4bc9ce5b08846 |
UHC | ????專F | 00111111001111110011111100111111111011101111011001000110 | 3f3f3f3feef646 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)