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 | ûD¨ç@h | 1111101101000100101010001110011110010111100101000100000001101000 | fb44a8e797944068 |
SJIS-WIN | ?D¨???@h | 001111110100010010000001010011100011111100111111001111110100000001101000 | 3f44814e3f3f3f4068 |
EUC-JP | ûD¨ç??@h | 10001111101010111110010101000100101000011010111110001111101010111010111000111111001111110100000001101000 | 8fabe544a1af8fabae3f3f4068 |
UTF-8 | ûD¨ç@h | 11000011101110110100010011000010101010001100001110100111110000101001011111000010100101000100000001101000 | c3bb44c2a8c3a7c297c2944068 |
UHC | ?D¨???@h | 001111110100010010100001101001110011111100111111001111110100000001101000 | 3f44a1a73f3f3f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)