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 | 11100100101111111010111001010011 | e4bfae53 |
SJIS-WIN | ???S | 00111111001111110011111101010011 | 3f3f3f53 |
EUC-JP | ä¿®S | 10001111101010111010001110001111101000101100010010001111101000101110111001010011 | 8faba38fa2c48fa2ee53 |
UTF-8 | ä¿®S | 11000011101001001100001010111111110000101010111001010011 | c3a4c2bfc2ae53 |
UHC | ?¿®S | 001111111010001010101111101000101110011101010011 | 3fa2afa2e753 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)