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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 染辱 | 10010000111101011001000001001010 | 90f5904a |
EUC-JP | 染辱 | 11000000111101111011111110101011 | c0f7bfab |
UTF-8 | 染辱 | 111001101001111110010011111010001011111010110001 | e69f93e8beb1 |
UHC | 染辱 | 11100110111110001110100110110100 | e6f8e9b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)