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 | íüÖé³Ã£ | 1110110111111100110101101110100110001110101100111100001110100011 | edfcd6e98eb3c3a3 |
SJIS-WIN | ???????£ | 001111110011111100111111001111110011111100111111001111111000000110010010 | 3f3f3f3f3f3f3f8192 |
EUC-JP | íüÖé??ã | 10001111101010111011111110001111101010111110010010001111101010101101001110001111101010111011000100111111001111111000111110101010101010101010000111110010 | 8fabbf8fabe48faad38fabb13f3f8faaaaa1f2 |
UTF-8 | íüÖé³Ã£ | 11000011101011011100001110111100110000111001011011000011101010011100001010001110110000101011001111000011100000111100001010100011 | c3adc3bcc396c3a9c28ec2b3c383c2a3 |
UHC | ?????³?? | 001111110011111100111111001111110011111110101001111110000011111100111111 | 3f3f3f3f3fa9f83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)