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 | 1111000111011100111101101100111001101111 | f1dcf6ce6f |
SJIS-WIN | ????o | 0011111100111111001111110011111101101111 | 3f3f3f3f6f |
EUC-JP | ñÜöÎo | 10001111101010111101000010001111101010101110010010001111101010111101001110001111101010101100001001101111 | 8fabd08faae48fabd38faac26f |
UTF-8 | ñÜöÎo | 110000111011000111000011100111001100001110110110110000111000111001101111 | c3b1c39cc3b6c38e6f |
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)