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 | ???@h | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-WIN | 魏?瓜@h | 11101001101100000011111110001001010110100100000001101000 | e9b03f895a4068 |
EUC-JP | 魏?瓜@h | 11110010101100100011111110110001101110110100000001101000 | f2b23fb1bb4068 |
UTF-8 | 魏잰瓜@h | 1110100110101101100011111110110010011110101100001110011110010011100111000100000001101000 | e9ad8fec9eb0e7939c4068 |
UHC | 魏잰瓜@h | 1110101011100000110000001110100111001101111111100100000001101000 | eae0c0e9cdfe4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)