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 | 1101001111000000111101101100111001011001 | d3c0f6ce59 |
SJIS-WIN | ????Y | 0011111100111111001111110011111101011001 | 3f3f3f3f59 |
EUC-JP | ÓÀöÎY | 10001111101010101101000110001111101010101010001010001111101010111101001110001111101010101100001001011001 | 8faad18faaa28fabd38faac259 |
UTF-8 | ÓÀöÎY | 110000111001001111000011100000001100001110110110110000111000111001011001 | c393c380c3b6c38e59 |
UHC | ????Y | 0011111100111111001111110011111101011001 | 3f3f3f3f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)