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 | 驫楢帥 | 111010011000101010010011111010001001000010000011 | e98a93e89083 |
EUC-JP | 驫楢帥 | 111100011110101011000110111010101011111111100011 | f1eac6eabfe3 |
UTF-8 | 驫楢帥 | 111010011010100110101011111001101010010110100010111001011011100010100101 | e9a9abe6a5a2e5b8a5 |
UHC | ?楢帥 | 0011111111101010111110011110000111111101 | 3feaf9e1fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)