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 | ÓÀöÎo | 1101001111000000111101101100111001101111 | d3c0f6ce6f |
SJIS-WIN | ????o | 0011111100111111001111110011111101101111 | 3f3f3f3f6f |
EUC-JP | ÓÀöÎo | 10001111101010101101000110001111101010101010001010001111101010111101001110001111101010101100001001101111 | 8faad18faaa28fabd38faac26f |
UTF-8 | ÓÀöÎo | 110000111001001111000011100000001100001110110110110000111000111001101111 | c393c380c3b6c38e6f |
UHC | ????o | 0011111100111111001111110011111101101111 | 3f3f3f3f6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)