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 | 魯?扉 | 1001100001000100001111111001010011100000 | 98443f94e0 |
EUC-JP | 魯?扉 | 1100111110100101001111111100100011100010 | cfa53fc8e2 |
UTF-8 | 魯줴扉 | 111010011010110110101111111011001010010010110100111001101000100110001001 | e9adafeca4b4e68989 |
UHC | 魯줴扉 | 110101101101101111000001111000101101110111101010 | d6dbc1e2ddea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)