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 | ùâñ | 100101101000011010011111111110011110001011110001 | 96869ff9e2f1 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ???ùâñ | 001111110011111100111111100011111010101111100011100011111010101110100100100011111010101111010000 | 3f3f3f8fabe38faba48fabd0 |
UTF-8 | ùâñ | 110000101001011011000010100001101100001010011111110000111011100111000011101000101100001110110001 | c296c286c29fc3b9c3a2c3b1 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)