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 | èå£ Y | 11101000100110001001001111100101101000111000010101011001 | e89893e5a38559 |
SJIS-WIN | ????£?Y | 0011111100111111001111110011111110000001100100100011111101011001 | 3f3f3f3f81923f59 |
EUC-JP | è??å£?Y | 100011111010101110110010001111110011111110001111101010111010100110100001111100100011111101011001 | 8fabb23f3f8faba9a1f23f59 |
UTF-8 | èå£ Y | 11000011101010001100001010011000110000101001001111000011101001011100001010100011110000101000010101011001 | c3a8c298c293c3a5c2a3c28559 |
UHC | ??????Y | 00111111001111110011111100111111001111110011111101011001 | 3f3f3f3f3f3f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)