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 | íàÖí³¥ | 1110110111100000110101101110110110001110101100111000111010100101 | ede0d6ed8eb38ea5 |
SJIS-WIN | ???????¥ | 001111110011111100111111001111110011111100111111001111111000000110001111 | 3f3f3f3f3f3f3f818f |
EUC-JP | íàÖí???? | 10001111101010111011111110001111101010111010001010001111101010101101001110001111101010111011111100111111001111110011111100111111 | 8fabbf8faba28faad38fabbf3f3f3f3f |
UTF-8 | íàÖí³¥ | 11000011101011011100001110100000110000111001011011000011101011011100001010001110110000101011001111000010100011101100001010100101 | c3adc3a0c396c3adc28ec2b3c28ec2a5 |
UHC | ?????³?? | 001111110011111100111111001111110011111110101001111110000011111100111111 | 3f3f3f3f3fa9f83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)