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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 魎レソ | 11101001101100101101101010111111 | e9b2dabf |
EUC-JP | 魎レソ | 111100101011010010001110110110101000111010111111 | f2b48eda8ebf |
UTF-8 | 魎レソ | 111010011010110110001110111011111011111010011010111011111011110110111111 | e9ad8eefbe9aefbdbf |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)