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 | ñàÊèܵ | 111100011110000011001010111010001101110010110101 | f1e0cae8dcb5 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ñàÊèÜ? | 10001111101010111101000010001111101010111010001010001111101010101011010010001111101010111011001010001111101010101110010000111111 | 8fabd08faba28faab48fabb28faae43f |
UTF-8 | ñàÊèܵ | 110000111011000111000011101000001100001110001010110000111010100011000011100111001100001010110101 | c3b1c3a0c38ac3a8c39cc2b5 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)