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 | ñíçS | 100111111111000110011111111011011110011101010011 | 9ff19fede753 |
SJIS-WIN | ?????S | 001111110011111100111111001111110011111101010011 | 3f3f3f3f3f53 |
EUC-JP | ?ñ?íçS | 001111111000111110101011110100000011111110001111101010111011111110001111101010111010111001010011 | 3f8fabd03f8fabbf8fabae53 |
UTF-8 | ñíçS | 1100001010011111110000111011000111000010100111111100001110101101110000111010011101010011 | c29fc3b1c29fc3adc3a753 |
UHC | ?????S | 001111110011111100111111001111110011111101010011 | 3f3f3f3f3f53 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)